Spaces:
Sleeping
Sleeping
robinroy03
commited on
Commit
•
d0f08bb
1
Parent(s):
be2b73e
dockerfile - removing .cache folder
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
RUN mkdir -p /.cache && chmod 777 /.cache
|
12 |
|
13 |
CMD ["gunicorn", "-w", "5", "main:app"]
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
# RUN mkdir -p /.cache && chmod 777 /.cache
|
12 |
|
13 |
CMD ["gunicorn", "-w", "5", "main:app"]
|