Skip to content

Commit

Permalink
adding some str dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Jun 27, 2023
1 parent 4e76d50 commit be5853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/analyst.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update \

RUN pip3 install pyArango \
&& pip3 install jupyterlab jupyterhub nbconvert Pygments==2.6.1 jupyros \
&& pip3 install matplotlib opencv-python numpy-quaternion pandas \
&& pip3 install matplotlib opencv-python numpy-quaternion pandas scikit-image \
&& pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/cpu

EXPOSE 8888
Expand Down

0 comments on commit be5853b

Please sign in to comment.