We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9212f2c commit c49070fCopy full SHA for c49070f
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