pa3lo commited on
Commit
9a823ad
1 Parent(s): fcda42f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ COPY . /code
22
 
23
  # Install any needed packages specified in requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
25
 
26
  # Make port 7860 available to the world outside this container
27
  EXPOSE 7860
 
22
 
23
  # Install any needed packages specified in requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
25
+ RUN pip install llama-cpp-python
26
 
27
  # Make port 7860 available to the world outside this container
28
  EXPOSE 7860