Spaces:
Running
Running
Zach Wentz
commited on
Commit
·
501ea68
1
Parent(s):
fbae0fb
🤖 Deploy openspiel_env environment - 2025-10-21 14:26:11
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# Use the standard openenv base image
|
| 3 |
# Built from: docker build -t openenv-base:latest -f src/core/containers/images/Dockerfile .
|
| 4 |
# In GitHub Actions, this is overridden to use the GHCR base image
|
| 5 |
-
ARG BASE_IMAGE=openenv-base:latest
|
| 6 |
FROM ${BASE_IMAGE}
|
| 7 |
|
| 8 |
# Avoid interactive prompts during build
|
|
|
|
| 2 |
# Use the standard openenv base image
|
| 3 |
# Built from: docker build -t openenv-base:latest -f src/core/containers/images/Dockerfile .
|
| 4 |
# In GitHub Actions, this is overridden to use the GHCR base image
|
| 5 |
+
ARG BASE_IMAGE=ghcr.io/meta-pytorch/openenv-base:latest
|
| 6 |
FROM ${BASE_IMAGE}
|
| 7 |
|
| 8 |
# Avoid interactive prompts during build
|