fix(docker): fix image (#185)

This commit is contained in:
OlivierDehaene 2023-04-14 18:58:38 +02:00 committed by GitHub
parent 1bb394631d
commit f9047562d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ COPY server/Makefile-transformers Makefile
RUN BUILD_EXTENSIONS="True" make build-transformers
# Text Generation Inference base image
FROM ubuntu:22.04 as base
FROM debian:bullseye-slim as base
ARG TARGETPLATFORM
ARG PYTORCH_VERSION=2.0.0