Skip to content

Commit 43166a1

Browse files
committed
chore: bump image to python3.8
1 parent 2d3fa05 commit 43166a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedding-calculator/tpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_IMAGE
2-
FROM ${BASE_IMAGE:-python:3.7-slim}
2+
FROM ${BASE_IMAGE:-python:3.8-slim-bullseye}
33

44
RUN apt-get update && apt-get install -y build-essential cmake git wget unzip \
55
curl yasm pkg-config libswscale-dev libtbb2 libtbb-dev libjpeg-dev \

0 commit comments

Comments
 (0)