Skip to content

Commit

Permalink
Bump to using py3.6 in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Mar 5, 2018
1 parent 5a78bfb commit 188c522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y \

# Setup CONDA (https://hub.docker.com/r/continuumio/miniconda3/~/dockerfile/)
ENV MINICONDA_VERSION latest
ENV PYTHON_VERSION 3.5
ENV PYTHON_VERSION 3.6
RUN echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh && \
curl -k -o /miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-$MINICONDA_VERSION-Linux-x86_64.sh && \
/bin/bash /miniconda.sh -b -p /opt/conda && \
Expand Down

0 comments on commit 188c522

Please sign in to comment.