Unverified Commit f9047562 authored by OlivierDehaene's avatar OlivierDehaene Committed by GitHub
Browse files

fix(docker): fix image (#185)

parent 1bb39463
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment