Commit 51767f26 authored by blackheaven's avatar blackheaven
Browse files

Add default user rhea

parent 852ad811
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -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