ishka2009 commited on
Commit
a1dded7
·
verified ·
1 Parent(s): d867035

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y libgomp1
18
 
19
  # Download the prebuilt wheel and install it, then install other Python deps
20
  RUN mkdir -p /wheels && \
21
- curl -L -o /wheels/llama_cpp_python-0.2.75+cpubasic-cp311-cp311-linux_x86_64.whl \
22
  "https://github.com/Ishka12345/llama-cpp-python-3.11/releases/download/v1.1.0/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl" && \
23
  pip install --upgrade pip setuptools wheel && \
24
  pip install --no-cache-dir /wheels/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl && \
 
18
 
19
  # Download the prebuilt wheel and install it, then install other Python deps
20
  RUN mkdir -p /wheels && \
21
+ curl -L -o /wheels/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl \
22
  "https://github.com/Ishka12345/llama-cpp-python-3.11/releases/download/v1.1.0/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl" && \
23
  pip install --upgrade pip setuptools wheel && \
24
  pip install --no-cache-dir /wheels/llama_cpp_python-0.3.16-cp314-cp314-linux_x86_64.whl && \