Alexvatti commited on
Commit
09468d1
·
verified ·
1 Parent(s): 10995ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 755 /app/uploads
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