We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3fa05 commit 43166a1Copy full SHA for 43166a1
embedding-calculator/tpu.Dockerfile
@@ -1,5 +1,5 @@
1
ARG BASE_IMAGE
2
-FROM ${BASE_IMAGE:-python:3.7-slim}
+FROM ${BASE_IMAGE:-python:3.8-slim-bullseye}
3
4
RUN apt-get update && apt-get install -y build-essential cmake git wget unzip \
5
curl yasm pkg-config libswscale-dev libtbb2 libtbb-dev libjpeg-dev \
0 commit comments