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

Update Dockerfile

parent 90a1b37b
No related branches found
No related tags found
No related merge requests found
Pipeline #10091 passed
...@@ -28,7 +28,7 @@ RUN wget --quiet --no-check-certificate https://repo.continuum.io/miniconda/Mini ...@@ -28,7 +28,7 @@ RUN wget --quiet --no-check-certificate https://repo.continuum.io/miniconda/Mini
# Install Python packages and keras # Install Python packages and keras
ENV NB_USER keras ENV NB_USER keras
ENV NB_UID 1000 ENV NB_UID 1002
RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo
......
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