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 8e5d2e3 commit 570828eCopy full SHA for 570828e
src/services/simulation_service/core/infrastructure/worker/Dockerfile.worker
@@ -6,6 +6,8 @@ COPY infrastructure/worker/worker_requirements.txt .
6
RUN pip install --no-cache-dir uv &&\
7
uv pip install --no-cache-dir -r worker_requirements.txt --target /install
8
9
+FROM python:3.10.12-slim
10
+
11
RUN apt-get update && \
12
apt-get install -y --no-install-recommends libgomp1 && \
13
apt-get clean && \
0 commit comments