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

Dockerfile for Albu doesn't work [Solved] #1

Open
ngundotra opened this issue Dec 18, 2018 · 0 comments
Open

Dockerfile for Albu doesn't work [Solved] #1

ngundotra opened this issue Dec 18, 2018 · 0 comments

Comments

@ngundotra
Copy link

The runtime image provided in albu's Dockerfile is incorrect.

The original reads:
FROM nvidia/cuda:8.0
however, this is not a runtime image. So there's no /bin/bash to be used for the following RUN commands.

The correct image to be used is:
FROM nvidia/cuda:8.0-cudnn6-runtime-ubuntu16.04
or something of the like where an actual runtime is specified.

Note: this is fixed in the other contestants submissions. Thanks to their Dockerfiles, I figured out what was wrong with albu's.

Good luck to anyone else with this issue!

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

1 participant