github-actions[bot] commited on
Commit
40d1c62
·
1 Parent(s): 29ffec4

🤖 Deploy coding_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
  # Install smolagents for code execution
10
  RUN pip install --no-cache-dir smolagents
11
 
 
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 smolagents for code execution
10
  RUN pip install --no-cache-dir smolagents
11