We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdff19 commit b6b3e6dCopy full SHA for b6b3e6d
1 file changed
r-python-julia/Dockerfile
@@ -6,6 +6,10 @@ LABEL maintainer="InseeFrLab <innovation@insee.fr>"
6
ARG PYTHON_VERSION="3.13.5"
7
ENV PYTHON_VERSION=${PYTHON_VERSION}
8
9
+# Install Python separately from system installation to avoid conflicts
10
+ARG PYTHON_DIR="/opt/python"
11
+ENV PATH="${PYTHON_DIR}/bin:${PATH}"
12
+
13
USER root
14
15
COPY --chmod=0755 scripts/ /opt/
0 commit comments