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

Update Dockerfile

parent 70140a2d
No related branches found
No related tags found
No related merge requests found
Pipeline #13889 canceled
......@@ -51,13 +51,6 @@ ENV CONDA_DIR=/opt/conda \
ENV PATH=$CONDA_DIR/bin:$PATH \
HOME=/userdata/kerasData
RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \
mkdir -p $CONDA_DIR && \
chown $NB_USER:$NB_GID $CONDA_DIR && \
chmod g+w /etc/passwd && \
fix-permissions $HOME && \
fix-permissions $CONDA_DIR
USER $NB_UID
WORKDIR $HOME
......
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