We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 image that CleanRL is built on is out of date as per this issue
poetry install
manifest for nvidia/cuda:11.4.2-runtime-ubuntu20.04 not found: manifest unknown: manifest unknown on docker build
manifest for nvidia/cuda:11.4.2-runtime-ubuntu20.04 not found: manifest unknown: manifest unknown
docker build
Successful building of an image
Will check if everything works with the image that NVIDIA proposes in aforementioned issue and if yes, change the base image
git clone
docker build .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
Docker image that CleanRL is built on is out of date as per this issue
Checklist
poetry install
(see CleanRL's installation guideline.Current Behavior
manifest for nvidia/cuda:11.4.2-runtime-ubuntu20.04 not found: manifest unknown: manifest unknown
ondocker build
Expected Behavior
Successful building of an image
Possible Solution
Will check if everything works with the image that NVIDIA proposes in aforementioned issue and if yes, change the base image
Steps to Reproduce
git clone
docker build .
The text was updated successfully, but these errors were encountered: