We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1836b03 commit fc58de9Copy full SHA for fc58de9
Dockerfile
@@ -22,6 +22,10 @@ RUN pip install -r requirements.txt
22
23
FROM python:3.13.2-alpine3.21
24
25
+WORKDIR /de-denker
26
+
27
+RUN apk add --no-cache libgomp libstdc++-dev
28
29
COPY --from=build /usr/local/lib/python3.13/site-packages /usr/local/lib/python3.13/site-packages
30
COPY --from=build /usr/local/bin /usr/local/bin
31
0 commit comments