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

Docker build failing #103

Open
lucianthorr opened this issue Jan 3, 2019 · 2 comments
Open

Docker build failing #103

lucianthorr opened this issue Jan 3, 2019 · 2 comments

Comments

@lucianthorr
Copy link

lucianthorr commented Jan 3, 2019

Running docker build -t cadl . fails during the tensorflow install with
"
Could not find a version that satisfies the requirement tensorflow==1.5.0 (from -r /requirements.txt (line 16)) (from versions: )
No matching distribution found for tensorflow==1.5.0 (from -r /requirements.txt (line 16))
"

@lucianthorr
Copy link
Author

For anyone running into this issue, I was able to build the container by changing the python version to 3.6 after stumbling across conda/conda#7533

So change the docker file by changing the python version after updating conda:
RUN conda update conda; conda update --all
RUN conda install python=3.6

@alanapost
Copy link

Thanks for this!

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