devve1 commited on
Commit
aebf61d
1 Parent(s): fae82fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ COPY ./requirements.txt /data/requirements.txt
30
  RUN pip3 install --no-cache-dir --upgrade -r /data/requirements.txt
31
 
32
  RUN CMAKE_ARGS="-DLLAMA_CUDA=on" pip3 install --no-cache-dir llama-cpp-python
33
- d
34
  COPY pip.conf $VIRTUAL_ENV/pip.conf
35
 
36
  RUN pip3 install onnxruntime-gpu==1.17.1
 
30
  RUN pip3 install --no-cache-dir --upgrade -r /data/requirements.txt
31
 
32
  RUN CMAKE_ARGS="-DLLAMA_CUDA=on" pip3 install --no-cache-dir llama-cpp-python
33
+
34
  COPY pip.conf $VIRTUAL_ENV/pip.conf
35
 
36
  RUN pip3 install onnxruntime-gpu==1.17.1