Skip to content

Commit

Permalink
Update cuda to version 12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 27, 2024
1 parent cb09745 commit e6c6b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/cuda/cuda.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CUDA_VERSION="12.4.1"
ARG CUDA_VERSION="12.5.0"
ARG OS="ubuntu22.04"

ARG CUDA_BUILDER_IMAGE="${CUDA_VERSION}-devel-${OS}"
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN python3 -m venv venv
# RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context

# Install llama-cpp-python (build with cuda)
RUN CMAKE_ARGS="-DGGML_CUDA=on" venv/bin/pip install .[server]==0.2.83
RUN CMAKE_ARGS="-DGGML_CUDA=on" venv/bin/pip install .[server]

Check warning

Code scanning / Hadolint (reported by Codacy)

Ranges can only match single chars (mentioned due to duplicates). Warning

Ranges can only match single chars (mentioned due to duplicates).

# RUN make clean
FROM nvidia/cuda:${CUDA_RUNTIME_IMAGE} as runtime
Expand Down

0 comments on commit e6c6b33

Please sign in to comment.