Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 16 |
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
# Install Python dependencies
|
| 19 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
| 21 |
# Expose port for FastAPI
|
| 22 |
EXPOSE 7860
|
|
|
|
| 16 |
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
# Install Python dependencies
|
| 19 |
+
RUN pip install --upgrade pip && pip install --no-cache-dir cloudinary && pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
| 21 |
# Expose port for FastAPI
|
| 22 |
EXPOSE 7860
|