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 791171f commit 2ca6b7aCopy full SHA for 2ca6b7a
1 file changed
docker/custom/Dockerfile
@@ -58,7 +58,7 @@ USER root
58
WORKDIR ${HOME}
59
60
RUN python3 -m venv .venv &&\
61
- .venv/bin/pip --no-cache --quiet install --upgrade pip wheel setuptools &&\
+ .venv/bin/pip --no-cache --quiet install --upgrade pip wheel 'setuptools<75' &&\
62
.venv/bin/pip --no-cache --quiet install ipykernel &&\
63
.venv/bin/python -m ipykernel install \
64
--user \
0 commit comments