Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wsd
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
wsd
Commits
90c1b4f3
There was an error fetching the commit references. Please try again later.
Commit
90c1b4f3
authored
5 years ago
by
Arkadiusz Janz
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
f98af4c8
No related merge requests found
Pipeline
#478
canceled with stage
in 5 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-0
5 additions, 0 deletions
Dockerfile
with
5 additions
and
0 deletions
Dockerfile
+
5
−
0
View file @
90c1b4f3
...
...
@@ -7,6 +7,11 @@ RUN apt-get update && apt-get install -y unzip \
corpus2mwe-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!
# now, the package is installed to /usr/local/lib/python3.6/site-packages
# which makes it invisible for Python... for some reason;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment