Skip to content

Commit

Permalink
Fix development Docker image for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Oct 9, 2024
1 parent edd2de6 commit 47186c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,12 @@ RUN --mount=type=bind,from=download-patchelf,source=/download,target=/download \
set -x \
&& cp /download/patchelf/bin/patchelf /usr/local/bin

# Python packages: runtime dependencies
# Python packages: install and runtime dependencies
RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked \
for python_version in $LINCS_DEV_PYTHON_VERSIONS; do python$python_version -m pip install \
click~=8.1 \
matplotlib~=3.7 \
setuptools~=75.1 \
six~=1.16 \
|| exit 1; done

Expand Down

0 comments on commit 47186c3

Please sign in to comment.