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 doesn't work anymore #188

Open
SergioArnaud opened this issue Dec 24, 2021 · 0 comments
Open

Dockerfile doesn't work anymore #188

SergioArnaud opened this issue Dec 24, 2021 · 0 comments

Comments

@SergioArnaud
Copy link

I had several issues running dopamine with the last docker image because of the last Jax and CUDA changes. Particularly with the cudnn versions.

I made the following changes to the dockerfile and managed to the image successfully in a gpu:

  • Changed this line with ARG cuda_docker_tag="11.4.2-cudnn8-devel-ubuntu20.04" to update the docker cuda image to 11.4.2:

  • Changed this line to RUN pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html since the installation command changed.

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