Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
|
11 |
# Install dependencies
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
13 |
|
14 |
-
RUN mkdir -p /app/uploads && chmod
|
15 |
|
16 |
# Expose port 7860 for Hugging Face Spaces
|
17 |
EXPOSE 7860
|
|
|
11 |
# Install dependencies
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
13 |
|
14 |
+
RUN mkdir -p /app/uploads && chmod 777 /app/uploads
|
15 |
|
16 |
# Expose port 7860 for Hugging Face Spaces
|
17 |
EXPOSE 7860
|