diff --git a/embedding-calculator/tpu.Dockerfile b/embedding-calculator/tpu.Dockerfile index 0887788b1..ed21fa2e2 100644 --- a/embedding-calculator/tpu.Dockerfile +++ b/embedding-calculator/tpu.Dockerfile @@ -1,5 +1,5 @@ ARG BASE_IMAGE -FROM ${BASE_IMAGE:-python:3.7-slim} +FROM ${BASE_IMAGE:-python:3.8-slim-bullseye} RUN apt-get update && apt-get install -y build-essential cmake git wget unzip \ curl yasm pkg-config libswscale-dev libtbb2 libtbb-dev libjpeg-dev \