hypeconqueror1 commited on
Commit
7bb31e2
·
verified ·
1 Parent(s): d4795ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ WORKDIR /code
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
8
 
9
  COPY ./llama-2-7b-chat.Q5_K_M.gguf /code/llama-2-7b-chat.Q5_K_M.gguf
10
  COPY ./app.py /code/app.py
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
+ RUN pip install uvicorn
9
 
10
  COPY ./llama-2-7b-chat.Q5_K_M.gguf /code/llama-2-7b-chat.Q5_K_M.gguf
11
  COPY ./app.py /code/app.py