Skip to content

Commit 59784d7

Browse files
committed
chore: removed ipyparallel which causes warning messages
1 parent e4b9f7e commit 59784d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL \
1111

1212
COPY requirements.txt /tmp/requirements.txt
1313
RUN pip install -r /tmp/requirements.txt \
14-
&& rm /tmp/requirements.txt
14+
&& rm /tmp/requirements.txt \
15+
&& pip uninstall -y ipyparallel
1516

1617
ARG NB_USER=biosimulators
1718
ARG NB_UID=1000

0 commit comments

Comments
 (0)