Sergidev commited on
Commit
bdf8a2c
1 Parent(s): 29d0e7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN pip3 install --no-cache-dir --upgrade pip && \
28
  # Install llama-cpp-python with CUDA support
29
  ENV FORCE_CMAKE=1
30
  ENV CMAKE_ARGS="-DGGML_CUDA=on"
31
- RUN pip install llama-cpp-python
32
  # RUN pip3 install llama-cpp-python \
33
  # --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
34
 
 
28
  # Install llama-cpp-python with CUDA support
29
  ENV FORCE_CMAKE=1
30
  ENV CMAKE_ARGS="-DGGML_CUDA=on"
31
+ RUN pip3 install llama-cpp-python
32
  # RUN pip3 install llama-cpp-python \
33
  # --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
34