Skip to content

Commit 570828e

Browse files
authored
Update Dockerfile to specify Python 3.10.12-slim base image (#51)
1 parent 8e5d2e3 commit 570828e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/simulation_service/core/infrastructure/worker/Dockerfile.worker

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ COPY infrastructure/worker/worker_requirements.txt .
66
RUN pip install --no-cache-dir uv &&\
77
uv pip install --no-cache-dir -r worker_requirements.txt --target /install
88

9+
FROM python:3.10.12-slim
10+
911
RUN apt-get update && \
1012
apt-get install -y --no-install-recommends libgomp1 && \
1113
apt-get clean && \

0 commit comments

Comments
 (0)