devve1 commited on
Commit
944a1be
1 Parent(s): 7ace662

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -29,9 +29,6 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
29
  COPY ./requirements.txt /data/requirements.txt
30
  RUN pip3 install --no-cache-dir --upgrade -r /data/requirements.txt
31
 
32
- RUN pip3 install --no-cache-dir llama-cpp-python \
33
- --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu122
34
-
35
  COPY pip.conf $VIRTUAL_ENV/pip.conf
36
 
37
  RUN pip3 install onnxruntime-gpu==1.17.1
 
29
  COPY ./requirements.txt /data/requirements.txt
30
  RUN pip3 install --no-cache-dir --upgrade -r /data/requirements.txt
31
 
 
 
 
32
  COPY pip.conf $VIRTUAL_ENV/pip.conf
33
 
34
  RUN pip3 install onnxruntime-gpu==1.17.1