matthoffner commited on
Commit
6c52ae3
·
1 Parent(s): 5c9c38f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 2
 
19
  COPY . .
20
  RUN ls -al
21
 
22
+ CMD uvicorn main:app --host 0.0.0.0 --port 8080 --workers 1