10000 Decrement CUDA version and bump Ubuntu · HardSoft2023/llama-cpp-python@6c57d38 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c57d38

Browse files
committed
Decrement CUDA version and bump Ubuntu
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
1 parent 61d58e7 commit 6c57d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.cuda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:12.1.1-devel-ubuntu20.04
1+
FROM nvidia/cuda:12.0.1-devel-ubuntu22.04
22

33
# We need to set the host to 0.0.0.0 to allow outside access
44
ENV HOST 0.0.0.0
@@ -12,4 +12,4 @@ RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fa
1212
RUN LLAMA_CUBLAS=1 python3 setup.py develop
1313

1414
# Run the server
15-
CMD python3 -m llama_cpp.server
15+
CMD python3 -m llama_cpp.server

0 commit comments

Comments
 (0)
0