mertbozkurt commited on
Commit
9ccd8c1
·
verified ·
1 Parent(s): ec8e4f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY . .
8
  WORKDIR /
9
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
10
  # Install requirements.txt
11
- RUN mkdir uploads && chmod 777 uploads
12
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
13
 
14
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "flask-api:app"]
 
8
  WORKDIR /
9
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
10
  # Install requirements.txt
11
+ RUN chmod 777 uploads
12
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
13
 
14
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "flask-api:app"]