Alexvatti commited on
Commit
be72b12
·
verified ·
1 Parent(s): 2d6739f

Update Dockerfile

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