Skip to content

Commit

Permalink
Update nvidia/cuda Docker tag to v12.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 11, 2024
1 parent 9951c1f commit 4f27013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/huggingface_server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=nvidia/cuda:12.1.0-devel-ubuntu22.04
ARG BASE_IMAGE=nvidia/cuda:12.6.1-devel-ubuntu22.04
ARG VENV_PATH=/prod_venv

FROM ${BASE_IMAGE} as builder
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN cd huggingfaceserver && poetry install --no-interaction --no-cache

RUN pip3 install vllm==${VLLM_VERSION}

FROM nvidia/cuda:12.1.0-base-ubuntu22.04 as prod
FROM nvidia/cuda:12.6.1-base-ubuntu22.04 as prod

RUN apt-get update -y && apt-get install python3.10-venv -y

Expand Down

0 comments on commit 4f27013

Please sign in to comment.