8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f8183 commit 29eb435Copy full SHA for 29eb435
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM python:3.11-alpine AS builder
+# 11.4 due to regression https://github.com/python/cpython/issues/109538
2
+FROM python:3.11.4-alpine AS builder
3
RUN apk add --no-cache ffmpeg gcc musl-dev libffi-dev git
4
COPY requirements.txt /
5
RUN mkdir /wheels
0 commit comments