Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ RUN python3 -m pip install --upgrade pip pytest cmake \
|
|
30 |
#RUN python3 -m pip install llama-cpp-python \
|
31 |
# --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
|
32 |
|
33 |
-
RUN CMAKE_ARGS="-DGGML_CUDA=on" FORCE_CMAKE=1 python3 -m pip install llama-cpp-python \
|
34 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121 \
|
35 |
--force-reinstall --no-cache-dir --verbose
|
36 |
|
|
|
30 |
#RUN python3 -m pip install llama-cpp-python \
|
31 |
# --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
|
32 |
|
33 |
+
RUN CMAKE_ARGS="-DGGML_CUDA=on -DCMAKE_CUDA_ARCHITECTURES=75" FORCE_CMAKE=1 python3 -m pip install llama-cpp-python \
|
34 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121 \
|
35 |
--force-reinstall --no-cache-dir --verbose
|
36 |
|