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

Update Dockerfile

parent cd137e34
No related branches found
No related tags found
No related merge requests found
Pipeline #13859 failed
...@@ -14,8 +14,8 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \ ...@@ -14,8 +14,8 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \
chpasswd $NB_USER:ar-noc && \ chpasswd $NB_USER:ar-noc && \
usermod -aG sudo $NB_USER usermod -aG sudo $NB_USER
USER $NB_USER
RUN apt-get install sudo -y && \ RUN apt-get install sudo -y && \
USER $NB_USER
sudo ls sudo ls
WORKDIR /userdata/kerasData 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