Skip to content

Commit

Permalink
update to 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDehaene committed Nov 20, 2023
1 parent a99ee04 commit 2e75027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ FROM debian:bullseye-slim as pytorch-install
ARG PYTORCH_VERSION=2.1.0
ARG PYTHON_VERSION=3.9
# Keep in sync with `server/pyproject.toml
ARG CUDA_VERSION=11.8
ARG CUDA_VERSION=12.1
ARG MAMBA_VERSION=23.1.0-1
ARG CUDA_CHANNEL=nvidia
ARG INSTALL_CHANNEL=pytorch
Expand Down Expand Up @@ -148,7 +148,7 @@ COPY server/Makefile-vllm Makefile
RUN make build-vllm

# Text Generation Inference base image
FROM nvidia/cuda:11.8.0-base-ubuntu20.04 as base
FROM nvidia/cuda:12.1.0-base-ubuntu20.04 as base

# Conda env
ENV PATH=/opt/conda/bin:$PATH \
Expand Down

0 comments on commit 2e75027

Please sign in to comment.