Skip to content
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

Upgrade Anaconda from 2.0.1 to 2.3.0 #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update
RUN apt-get install -y wget

# Fetch & install Anaconda
RUN wget http://09c8d0b2229f813c1b93-c95ac804525aac4b6dba79b00b39d1d3.r79.cf1.rackcdn.com/Anaconda-2.0.1-Linux-x86_64.sh && bash Anaconda-2.0.1-Linux-x86_64.sh -b
RUN wget https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-Linux-x86_64.sh && bash Anaconda-2.3.0-Linux-x86_64.sh -b

# Set Anaconda's path
ENV PATH=/root/anaconda/bin:$PATH
Expand Down Expand Up @@ -59,4 +59,4 @@ ADD notebook.sh /

RUN chmod u+x /notebook.sh

CMD ["/notebook.sh"]
CMD ["/notebook.sh"]
902 changes: 455 additions & 447 deletions dream.ipynb

Large diffs are not rendered by default.