Spaces:
Paused
Paused
Commit
·
6c52ae3
1
Parent(s):
5c9c38f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN git clone -b previous_llama https://huggingface.co/TheBloke/wizardLM-7B-GGML
|
|
19 |
COPY . .
|
20 |
RUN ls -al
|
21 |
|
22 |
-
CMD uvicorn main:app --host 0.0.0.0 --port 8080 --workers
|
|
|
19 |
COPY . .
|
20 |
RUN ls -al
|
21 |
|
22 |
+
CMD uvicorn main:app --host 0.0.0.0 --port 8080 --workers 1
|