Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
20
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
2
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
Syntactic Tools
combo
Commits
2f90458c
"README.md" did not exist on "a5ebd59c155ea667d805bc332822218efb8f2bca"
Commit
2f90458c
authored
1 year ago
by
Maja Jablonska
Browse files
Options
Downloads
Patches
Plain Diff
Add .def file
parent
6b0bcc72
1 merge request
!46
Merge COMBO 3.0 into master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
singularity.def
+35
-0
35 additions, 0 deletions
singularity.def
with
35 additions
and
0 deletions
singularity.def
0 → 100644
+
35
−
0
View file @
2f90458c
Bootstrap: docker
From: python:3.9
%environment
export PYTHONPATH=.
%files
./setup.py
./combo
%post
# run dpkg (behind other tools like apt-get) without interactive dialogue
export DEBIAN_FRONTEND=noninteractive
apt-get -y update
apt-get -y install git ffmpeg virtualenv libopenmpi-dev openmpi-bin openmpi-common python3-pip python3-dev g++ gcc
# upgrade system pip, see: https://stackoverflow.com/a/49836753/7983111
apt-get -y install build-essential
python3 -m pip install --upgrade pip
# install python dependencies
#python3 -m pip install -r requirements.txt
#python3 -m pip install -r requirements_no_deps.txt --no-dependencies
python3 -m pip install .
python3 -m pip install protobuf
python3 -m spacy download en_core_web_sm
%runscript
python3 -u ./combo/main.py "$@"
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