-
Notifications
You must be signed in to change notification settings - Fork 818
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
Couldn't build the floydhub/dl-docker:gpu image #86
Comments
I ended with the same problem, I can expose the solution I found but please consider this as a workaround done by a newbie. The main problem is pip found an already installed ipython and it is unable to uninstall it before upgrading it. You need to modify the Previous lines on the file:
Fix:
As I said, this is a non tested workaround, I am not completely conscious about the possible consequences. Possibly, the wise decision here is to wait until someone with more experience offers a smarter solution. |
@jose-goncabel that actually solved some of the errors
and
|
Try this it worked for me.
Will commit and ask to merge |
The solution shown here worked for me: |
got the same issue on regular Docker in Ubuntu:
|
@Spottybadrabbit , Thank you very much for this wonderful address! I'd suggest to replace by: RUN pip install matplotlib /
ipython |
This seems still open, right? |
when running
docker build -t floydhub/dl-docker:gpu -f Dockerfile.gpu .
the output in the terminal is :
i am running docker-ce, my nvidia driver is 390.48 and installed nvidia-docker2
The text was updated successfully, but these errors were encountered: