New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin conda version #23

Merged
merged 5 commits into from Mar 7, 2017
Jump to file or symbol
Failed to load files and symbols.
+2 −2
Diff settings

Always

Just for now

View
@@ -33,8 +33,8 @@ RUN easy_install3 pip
RUN easy_install pip
RUN pip3 install -U virtualenv auxlib
RUN pip2 install -U virtualenv auxlib
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
RUN bash Miniconda2-latest-Linux-x86_64.sh -b -p /usr/local/miniconda/
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-4.2.11-Linux-x86_64.sh
RUN bash Miniconda2-4.2.11-Linux-x86_64.sh -b -p /usr/local/miniconda/
RUN ln -s /usr/local/miniconda/bin/conda /usr/local/bin/conda
# UID and GID from readthedocs/user
ProTip! Use n and p to navigate between commits in a pull request.