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

Production Dockerfile's base image uri is not following the dev image base uri that builds it #10764

Closed
putcn opened this issue May 18, 2018 · 1 comment
Assignees

Comments

@putcn
Copy link
Contributor

putcn commented May 18, 2018

I was using paddlepaddle/paddle:latest-dev to build paddle, whose base is nvidia/cuda:8.0-cudnn7-devel-ubuntu16.04, but the Dockerfile generated in the build directory is nvidia/cuda:8.0-cudnn5-runtime-ubuntu16.04,
also, there is a step as follows:

RUN ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so.5 /usr/lib/x86_64-linux-gnu/libcudnn.so

libcudnn.so.5 should also be libcudnn.so.7

I think we need to track the cuda version number and cudnn version number in our build process and generate corresponding Dockerfiles.

this issue is from #10720

@putcn
Copy link
Contributor Author

putcn commented May 23, 2018

fixed by #10778

@putcn putcn closed this as completed May 23, 2018
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