Skip to content

Commit 1150b44

Browse files
committed
Rocky linux revert
1 parent 0be428a commit 1150b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rockylinux-9.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM base as python-deps
2424
COPY requirements/base.txt requirements-base.txt
2525
RUN python3.10 -m pip install pip==${PIP_VERSION} \
2626
&& dnf -y groupinstall "Development Tools" \
27-
&& su -l ${NB_USER} -c 'pip3.12 install --no-cache -r requirements-base.txt' \
27+
&& su -l ${NB_USER} -c 'pip3.10 install --no-cache -r requirements-base.txt' \
2828
&& dnf -y groupremove "Development Tools" \
2929
&& dnf clean all \
3030
&& ln -s /home/notebook-user/.local/bin/pip3.10 /usr/local/bin/pip3.10 || true

0 commit comments

Comments
 (0)