Skip to content

Commit 2ca6b7a

Browse files
author
Andrei Neagu
committed
fix build
1 parent 791171f commit 2ca6b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/custom/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ USER root
5858
WORKDIR ${HOME}
5959

6060
RUN python3 -m venv .venv &&\
61-
.venv/bin/pip --no-cache --quiet install --upgrade pip wheel setuptools &&\
61+
.venv/bin/pip --no-cache --quiet install --upgrade pip wheel 'setuptools<75' &&\
6262
.venv/bin/pip --no-cache --quiet install ipykernel &&\
6363
.venv/bin/python -m ipykernel install \
6464
--user \

0 commit comments

Comments
 (0)