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

Update Dockerfile

parent 7b1e2798
No related branches found
No related tags found
No related merge requests found
Pipeline #10702 failed
......@@ -30,6 +30,7 @@ RUN wget --quiet --no-check-certificate https://repo.continuum.io/miniconda/Mini
# Install Python packages and keras
ENV NB_USER keras
ENV NB_UID 1000
RUN mkdir /userdata/kerasData
RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER && \
chown $NB_USER $CONDA_DIR -R && \
......
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