Skip to content

Commit

Permalink
build(docker): pin image version to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Oct 12, 2024
1 parent 2005989 commit c2f6b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:slim AS python-builder
FROM python:3.12-slim AS python-builder

ENV POETRY_VIRTUALENVS_CREATE=false
ENV POETRY_HOME=/opt/poetry
Expand All @@ -22,7 +22,7 @@ RUN python -c \
"from huggingface_hub import snapshot_download; snapshot_download('Systran/faster-distil-whisper-large-v3')"


FROM python:slim
FROM python:3.12-slim

ENV HOME=/home/user
ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit c2f6b6a

Please sign in to comment.