Update Dockerfile to use devel image for compatibility

This commit is contained in:
Yaser Jaradeh 2024-12-16 13:57:53 +01:00 committed by GitHub
parent 11ab329883
commit 94c675c6d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,7 +174,7 @@ COPY server/Makefile-flashinfer Makefile
RUN make install-flashinfer
# Text Generation Inference base image
FROM nvidia/cuda:12.1.0-base-ubuntu22.04 AS base
FROM nvidia/cuda:12.4.1-devel-ubuntu22.04 AS base
# Conda env
ENV PATH=/opt/conda/bin:$PATH \