Skip to content

Commit

Permalink
drop to python 3.12 for ctranslate2
Browse files Browse the repository at this point in the history
  • Loading branch information
cschmittiey committed Feb 12, 2025
1 parent c64489f commit edd1326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13
FROM python:3.12
# really wanted to use fedora, but oh well

WORKDIR /app
Expand All @@ -9,4 +9,4 @@ RUN apt update && apt install libavcodec-dev libavdevice-dev libavfilter-dev lib

RUN pip install -r requirements.txt

CMD python3 main.py
CMD python3 main.py

Check warning on line 12 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

Check warning on line 12 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

0 comments on commit edd1326

Please sign in to comment.