Spaces:
Sleeping
Sleeping
Commit ·
3d3a098
1
Parent(s): 841d433
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,5 +4,5 @@ COPY requirements.txt .
|
|
| 4 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 5 |
COPY . .
|
| 6 |
RUN mkdir -p /tmp/logs /tmp/nltk_data static/uploads
|
| 7 |
-
RUN chmod -R 777 /tmp static/uploads
|
| 8 |
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|
|
|
|
| 4 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 5 |
COPY . .
|
| 6 |
RUN mkdir -p /tmp/logs /tmp/nltk_data static/uploads
|
| 7 |
+
RUN chmod -R 777 /tmp/logs /tmp/nltk_data static/uploads
|
| 8 |
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|