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

Update Dockerfile

parent fabc1b07
No related branches found
No related tags found
Loading
Pipeline #14410 failed
...@@ -48,7 +48,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x ...@@ -48,7 +48,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x
# Install Python packages and keras # Install Python packages and keras
ARG python_version=3.7 ARG python_version=3.6
RUN conda config --append channels conda-forge RUN conda config --append channels conda-forge
RUN conda install -y python=${python_version} && \ RUN conda install -y python=${python_version} && \
......
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