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

Update Dockerfile

parent a7d74ccd
No related branches found
No related tags found
No related merge requests found
Pipeline #10698 failed
...@@ -43,7 +43,8 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \ ...@@ -43,7 +43,8 @@ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \
chown $NB_USER / && \ chown $NB_USER / && \
chpasswd $NB_USER:ar-noc chpasswd $NB_USER:ar-noc
RUN usermod -aG docker ${NB_USER} RUN usermod -aG docker ${NB_USER}
.
USER $NB_USER USER $NB_USER
ARG python_version=3.6 ARG python_version=3.6
......
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