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 0be428a commit 1150b44Copy full SHA for 1150b44
docker/rockylinux-9.4/Dockerfile
@@ -24,7 +24,7 @@ FROM base as python-deps
24
COPY requirements/base.txt requirements-base.txt
25
RUN python3.10 -m pip install pip==${PIP_VERSION} \
26
&& dnf -y groupinstall "Development Tools" \
27
- && su -l ${NB_USER} -c 'pip3.12 install --no-cache -r requirements-base.txt' \
+ && su -l ${NB_USER} -c 'pip3.10 install --no-cache -r requirements-base.txt' \
28
&& dnf -y groupremove "Development Tools" \
29
&& dnf clean all \
30
&& ln -s /home/notebook-user/.local/bin/pip3.10 /usr/local/bin/pip3.10 || true
0 commit comments