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

Incorrect Anaconda version in Dockerfile #60

Closed
01010101 opened this issue Jul 31, 2018 · 2 comments
Closed

Incorrect Anaconda version in Dockerfile #60

01010101 opened this issue Jul 31, 2018 · 2 comments

Comments

@01010101
Copy link

RUN wget https://repo.continuum.io/archive/Anaconda2-5.0.1-Linux-x86_64.sh -P /tmp

Should be

RUN wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh -P /tmp

@01010101
Copy link
Author

Pull request #61

@mingyuliutw
Copy link
Collaborator

@01010101 Thanks. I have fixed the issue and a couple of other related issues in the latest commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants