Skip to content

Commit

Permalink
chore: removed ipyparallel which causes warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 25, 2021
1 parent e4b9f7e commit 59784d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ LABEL \

COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt \
&& rm /tmp/requirements.txt
&& rm /tmp/requirements.txt \
&& pip uninstall -y ipyparallel

ARG NB_USER=biosimulators
ARG NB_UID=1000
Expand Down

0 comments on commit 59784d7

Please sign in to comment.