Steveeeeeeen HF Staff commited on
Commit
0821efe
·
verified ·
1 Parent(s): a86425f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -56,7 +56,7 @@ RUN mkdir -p $TRITON_CACHE_DIR $TRANSFORMERS_CACHE && chmod -R 777 $TRITON_CACHE
56
  # Install Python dependencies
57
  WORKDIR /app/Zonos
58
  RUN uv pip install --system -e . && uv pip install --system -e .[compile]
59
- RUN uv pip install spaces
60
 
61
  # Expose the Gradio default port
62
  EXPOSE 7860
 
56
  # Install Python dependencies
57
  WORKDIR /app/Zonos
58
  RUN uv pip install --system -e . && uv pip install --system -e .[compile]
59
+ RUN uv pip install --system spaces
60
 
61
  # Expose the Gradio default port
62
  EXPOSE 7860