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

Update Dockerfile

parent cbba2f08
No related branches found
No related tags found
No related merge requests found
Pipeline #13888 failed
...@@ -48,7 +48,7 @@ ENV CONDA_DIR=/opt/conda \ ...@@ -48,7 +48,7 @@ ENV CONDA_DIR=/opt/conda \
NB_UID=$NB_UID \ NB_UID=$NB_UID \
NB_GID=$NB_GID NB_GID=$NB_GID
ENV PATH=$CONDA_DIR/bin \ ENV PATH=$CONDA_DIR/bin:$PATH \
HOME=/userdata/kerasData HOME=/userdata/kerasData
RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \ RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \
......
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