We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d58e7 commit 6c57d38Copy full SHA for 6c57d38
Dockerfile.cuda
@@ -1,4 +1,4 @@
1
-FROM nvidia/cuda:12.1.1-devel-ubuntu20.04
+FROM nvidia/cuda:12.0.1-devel-ubuntu22.04
2
3
# We need to set the host to 0.0.0.0 to allow outside access
4
ENV HOST 0.0.0.0
@@ -12,4 +12,4 @@ RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fa
12
RUN LLAMA_CUBLAS=1 python3 setup.py develop
13
14
# Run the server
15
-CMD python3 -m llama_cpp.server
+CMD python3 -m llama_cpp.server
0 commit comments