File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
src/envs/openspiel_env/server Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,7 @@ DOCKERFILE_EOF
9595 # OpenSpiel requires special C++ build process - replace entire Dockerfile
9696 cat > $CURRENT_STAGING_DIR /Dockerfile << DOCKERFILE_EOF
9797# OpenSpiel environment using pre-built OpenSpiel base image
98- # Use the pre-built OpenSpiel base image (contains compiled OpenSpiel)
99- # Built from: docker build -t openspiel-base:latest -f src/envs/openspiel_env/server/Dockerfile.openspiel-base .
100- # In GitHub Actions, this is overridden to use the GHCR base image
101- ARG OPENSPIEL_BASE_IMAGE=openspiel-base:latest
98+ ARG OPENSPIEL_BASE_IMAGE=ghcr.io/meta-pytorch/openenv-openspiel-base:sha-e622c7e
10299FROM \$ {OPENSPIEL_BASE_IMAGE}
103100
104101# Copy OpenEnv core (base image already set WORKDIR=/app)
Original file line number Diff line number Diff line change 77# Use the pre-built OpenSpiel base image
88# Built from: docker build -t openspiel-base:latest -f src/envs/openspiel_env/server/Dockerfile.openspiel-base .
99# In GitHub Actions, this is overridden to use the GHCR base image
10-
1110ARG OPENSPIEL_BASE_IMAGE=openspiel-base:latest
1211FROM ${OPENSPIEL_BASE_IMAGE}
1312
Original file line number Diff line number Diff line change 88# This image contains OpenSpiel compiled and ready to use
99# Built from: docker build -t openspiel-base:latest -f src/envs/openspiel_env/server/Dockerfile.openspiel-base .
1010# In GitHub Actions, this is overridden to use the GHCR base image
11- ARG BASE_IMAGE=ghcr.io/meta-pytorch/ openenv-base:latest
11+ ARG BASE_IMAGE=openenv-base:latest
1212FROM ${BASE_IMAGE}
1313
1414# Avoid interactive prompts during build
You can’t perform that action at this time.
0 commit comments