Skip to content

Commit

Permalink
chore: bump image to python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ammgws committed May 26, 2024
1 parent 9212f2c commit c49070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedding-calculator/tpu.Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit c49070f

Please sign in to comment.