Zach Wentz commited on
Commit
fbae0fb
·
1 Parent(s): 0f08699

🤖 Deploy openspiel_env environment - 2025-10-21 14:25:44

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@
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
9
  ENV DEBIAN_FRONTEND=noninteractive
 
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
9
  ENV DEBIAN_FRONTEND=noninteractive