github-actions[bot] commited on
Commit
c5a4c0c
Β·
1 Parent(s): 53eca9a

πŸ€– Deploy echo_env environment - 2025-10-21 02:11:30

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
 
10
  # Copy only what's needed for this environment
11
  COPY src/core/ /app/src/core/
 
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
 
10
  # Copy only what's needed for this environment
11
  COPY src/core/ /app/src/core/