burtenshaw HF Staff commited on
Commit
19b7d61
·
verified ·
1 Parent(s): cd54496

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@
6
 
7
  # Use the specified openenv-base image
8
  FROM ghcr.io/meta-pytorch/openenv-base:latest
 
 
9
 
10
  # Copy only what's needed for this environment
11
  COPY src/core/ /app/src/core/
 
6
 
7
  # Use the specified openenv-base image
8
  FROM ghcr.io/meta-pytorch/openenv-base:latest
9
+ # Install additional dependencies for ChatEnvironment
10
+ RUN pip install --no-cache-dir numpy
11
 
12
  # Copy only what's needed for this environment
13
  COPY src/core/ /app/src/core/