ky32 commited on
Commit
7ab5612
1 Parent(s): c6708a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -5,9 +5,9 @@ COPY ./requirements.txt /code/requirements.txt
5
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
6
 
7
  # RUN CMAKE_ARGS="-DLLAMA_CUBLAS=off" pip install llama-cpp-python
 
8
 
9
-
10
- RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
11
 
12
 
13
  RUN useradd -m -u 1000 user
 
5
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
6
 
7
  # RUN CMAKE_ARGS="-DLLAMA_CUBLAS=off" pip install llama-cpp-python
8
+ RUN pip install --upgrade --quiet llama-cpp-python
9
 
10
+ #RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
 
11
 
12
 
13
  RUN useradd -m -u 1000 user