swizxx commited on
Commit
fcd545f
1 Parent(s): c201419

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,6 +12,5 @@ RUN pip install python-multipart
12
  # Install requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
14
 
15
- RUN chmod 777 /
16
  # Start the FastAPI app on port 7860, the default port expected by Spaces
17
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
12
  # Install requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
14
 
 
15
  # Start the FastAPI app on port 7860, the default port expected by Spaces
16
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]