Skip to content
Snippets Groups Projects
Commit b418577c authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update Dockerfile

parent d30a6a2c
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -13,8 +13,8 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \
# chown $NB_USER $CONDA_DIR -R && \
# chown $NB_USER /userdata/kerasData -R && \
# chown $NB_USER / -R && \
mkdir -p / && \
chpasswd $NB_USER:test && \
# mkdir -p / && \
sh -c 'echo "$NB_USER:test" | chpasswd'
usermod -aG sudo $NB_USER
WORKDIR /userdata/kerasData
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment