burtenshaw HF Staff commited on
Commit
950923c
·
verified ·
1 Parent(s): 2c1bf6b

Upload folder using huggingface_hub

Browse files
src/core/containers/images/Dockerfile CHANGED
@@ -28,10 +28,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
 
29
  # Install Python dependencies that all environments need
30
  RUN pip install --no-cache-dir \
31
- fastapi>=0.104.0 \
32
  "uvicorn[standard]>=0.24.0" \
33
- requests>=2.25.0 \
34
- wsproto>=1.0.0
 
35
 
36
  # Set working directory
37
  WORKDIR /app
 
28
 
29
  # Install Python dependencies that all environments need
30
  RUN pip install --no-cache-dir \
31
+ "fastapi>=0.104.0" \
32
  "uvicorn[standard]>=0.24.0" \
33
+ "requests>=2.25.0" \
34
+ "wsproto>=1.0.0" \
35
+ smolagents
36
 
37
  # Set working directory
38
  WORKDIR /app