Update Dockerfile
Browse files- 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
|