Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 15, 2020
1 parent f8564ff commit 2418091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binder/docker/Dockerfile
Expand Up @@ -40,10 +40,10 @@ ENV LANGUAGE en_US.UTF-8
ENV HOME /home/${PYIRON_USER}

# Configure Miniconda
ENV MINICONDA_VER 4.7.12
ENV MINICONDA Miniconda3-${MINICONDA_VER}-Linux-x86_64.sh
ENV MINICONDA_VER 4.8.2
ENV MINICONDA Miniconda3-py37_${MINICONDA_VER}-Linux-x86_64.sh
ENV MINICONDA_URL https://repo.continuum.io/miniconda/${MINICONDA}
ENV MINICONDA_MD5_SUM 0dba759b8ecfc8948f626fa18785e3d8
ENV MINICONDA_MD5_SUM 87e77f097f6ebb5127c77662dfc3165e

COPY . ${HOME}

Expand Down

0 comments on commit 2418091

Please sign in to comment.