From c49070fad1345cf5b7ec47a88ea89ce0a00af0ea Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Sun, 26 May 2024 12:19:50 +0900 Subject: [PATCH] chore: bump image to python3.8 --- embedding-calculator/tpu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \