Skip to content
Snippets Groups Projects
Commit 90c1b4f3 authored by Arkadiusz Janz's avatar Arkadiusz Janz
Browse files

Update Dockerfile

parent f98af4c8
No related branches found
No related tags found
No related merge requests found
Pipeline #478 canceled
...@@ -7,6 +7,11 @@ RUN apt-get update && apt-get install -y unzip \ ...@@ -7,6 +7,11 @@ RUN apt-get update && apt-get install -y unzip \
corpus2mwe-python3.6 \ corpus2mwe-python3.6 \
gtpprmc-python3.6 gtpprmc-python3.6
# graph-tool dependencies
RUN apt-get install -y python3-numpy \
python3-scipy \
python3-cairo \
python3-gi-cairo
# todo: fix install path of gtpprmc (graph_tool) package! # todo: fix install path of gtpprmc (graph_tool) package!
# now, the package is installed to /usr/local/lib/python3.6/site-packages # now, the package is installed to /usr/local/lib/python3.6/site-packages
# which makes it invisible for Python... for some reason; # which makes it invisible for Python... for some reason;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment