mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
fix(docker): fix image (#185)
This commit is contained in:
parent
1bb394631d
commit
f9047562d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user