Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,8 @@ COPY requirements.txt .
|
|
| 11 |
# Install dependencies
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
|
|
|
|
|
|
| 14 |
# Expose port 7860 for Hugging Face Spaces
|
| 15 |
EXPOSE 7860
|
| 16 |
|
|
|
|
| 11 |
# Install dependencies
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
+
RUN mkdir -p /app/uploads && chmod 755 /app/uploads
|
| 15 |
+
|
| 16 |
# Expose port 7860 for Hugging Face Spaces
|
| 17 |
EXPOSE 7860
|
| 18 |
|