Spaces:
Sleeping
Sleeping
mertbozkurt
commited on
Update Dockerfile
Browse files- 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
|
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"]
|