github-actions[bot] commited on
Commit
e28a0e0
·
1 Parent(s): 538f1d3

🤖 Deploy atari_env environment - 2025-10-21 02:11:29

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@
5
  # LICENSE file in the root directory of this source tree.
6
 
7
  # Use the specified openenv-base image
8
- FROM openenv-base:sha-7dd8148
9
  # Install ALE-specific dependencies
10
  RUN pip install --no-cache-dir \
11
  gymnasium>=0.29.0 \
 
5
  # LICENSE file in the root directory of this source tree.
6
 
7
  # Use the specified openenv-base image
8
+ FROM ghcr.io/meta-pytorch/openenv-base:sha-7dd8148
9
  # Install ALE-specific dependencies
10
  RUN pip install --no-cache-dir \
11
  gymnasium>=0.29.0 \