Loading docker-compose.yml +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ services: # user: 1000:1000 command: tail -f /dev/null restart: always working_dir: /hub # command: jupyterhub --ip 0.0.0.0 --port 9999 # runtime: nvidia deploy: Loading jupyterhub_installation.sh +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ sed -i 's/archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list && apt update && apt install nodejs npm -y npm install -g configurable-http-proxy pip install --upgrade notebook jupyter jupyterlab jupyterhub useradd -d /home/rhea rhea Loading
docker-compose.yml +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ services: # user: 1000:1000 command: tail -f /dev/null restart: always working_dir: /hub # command: jupyterhub --ip 0.0.0.0 --port 9999 # runtime: nvidia deploy: Loading
jupyterhub_installation.sh +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ sed -i 's/archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list && apt update && apt install nodejs npm -y npm install -g configurable-http-proxy pip install --upgrade notebook jupyter jupyterlab jupyterhub useradd -d /home/rhea rhea