AIencoder commited on
Commit
af718bc
·
verified ·
1 Parent(s): fa1ec51

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -18,7 +18,6 @@ RUN apt-get update && apt-get install -y \
18
  # Install AVX512 + OpenBLAS optimized llama-cpp-python wheel (MAXIMUM SPEED!)
19
  RUN pip install --no-cache-dir \
20
  https://huggingface.co/datasets/AIencoder/llama-cpp-wheels/resolve/main/llama_cpp_python-0.3.16%2Bcpuavx512_openblas-cp311-cp311-manylinux_2_31_x86_64.whl \
21
- || pip install --no-cache-dir llama-cpp-python
22
 
23
  # Install Python dependencies
24
  RUN pip install --no-cache-dir \
 
18
  # Install AVX512 + OpenBLAS optimized llama-cpp-python wheel (MAXIMUM SPEED!)
19
  RUN pip install --no-cache-dir \
20
  https://huggingface.co/datasets/AIencoder/llama-cpp-wheels/resolve/main/llama_cpp_python-0.3.16%2Bcpuavx512_openblas-cp311-cp311-manylinux_2_31_x86_64.whl \
 
21
 
22
  # Install Python dependencies
23
  RUN pip install --no-cache-dir \