Do0rMaMu commited on
Commit
4ff1316
·
verified ·
1 Parent(s): 9d31acd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ COPY ./Meta-Llama-3-8B-Instruct.Q4_K_M.gguf /code/Meta-Llama-3-8B-Instruct.Q4_K_
11
 
12
  COPY ./main.py /code/main.py
13
 
14
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
11
 
12
  COPY ./main.py /code/main.py
13
 
14
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]