Fixing glibc version in the runtime.

This commit is contained in:
Nicolas Patry 2024-02-13 17:29:03 +01:00
parent 246ad39d04
commit c804182300

View File

@ -36,7 +36,7 @@ COPY launcher launcher
RUN cargo build --release
# Text Generation Inference base image for RoCm
FROM rocm/dev-ubuntu-20.04:5.7 as base
FROM rocm/dev-ubuntu-22.04:5.7 as base
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \