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
|
RUN BUILD_EXTENSIONS="True" make build-transformers
|
||||||
|
|
||||||
# Text Generation Inference base image
|
# Text Generation Inference base image
|
||||||
FROM ubuntu:22.04 as base
|
FROM debian:bullseye-slim as base
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG PYTORCH_VERSION=2.0.0
|
ARG PYTORCH_VERSION=2.0.0
|
||||||
|
|
Loading…
Reference in New Issue