Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ RUN pip install -r requirements.txt
|
|
| 13 |
# Copy the rest of the application
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
-
# Create a writable cache directory for Hugging Face models
|
| 17 |
RUN mkdir -p /app/cache
|
| 18 |
|
| 19 |
# Expose port 7860 for Hugging Face Spaces
|
|
|
|
| 13 |
# Copy the rest of the application
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
+
# ✅ Create a writable cache directory for Hugging Face models
|
| 17 |
RUN mkdir -p /app/cache
|
| 18 |
|
| 19 |
# Expose port 7860 for Hugging Face Spaces
|