daniellefranca96 commited on
Commit
828f436
·
1 Parent(s): 5a7ac4b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -6,7 +6,6 @@ COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
- COPY ./stablelm-zephyr-3b.Q4_K_M.gguf /code/stablelm-zephyr-3b.Q4_K_M.gguf
10
  COPY ./main.py /code/main.py
11
 
12
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
 
9
  COPY ./main.py /code/main.py
10
 
11
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]