vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
5.4k stars 617 forks source link

Docker image is out of date #451

Open myxik opened 6 months ago

myxik commented 6 months ago

Problem Description

Docker image that CleanRL is built on is out of date as per this issue

Checklist

Current Behavior

manifest for nvidia/cuda:11.4.2-runtime-ubuntu20.04 not found: manifest unknown: manifest unknown on docker 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

  1. git clone
  2. docker build .