Spaces:
Sleeping
Sleeping
Commit
·
ba7fd50
1
Parent(s):
a083f8b
dockerfile - adding cache folder
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -8,6 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
CMD ["gunicorn", "-w", "5", "main:app"]
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
CMD ["gunicorn", "-w", "1", "main:app"]
|
|
|
|