Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
democrasci_preprocWP1
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marta Balode
democrasci_preprocWP1
Commits
280c1ad8
Commit
280c1ad8
authored
6 years ago
by
Lili Gasser
Browse files
Options
Downloads
Patches
Plain Diff
add vim to Dockerfile
parent
afc17467
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
with
2 additions
and
1 deletion
.gitignore
+
1
−
1
View file @
280c1ad8
...
...
@@ -280,4 +280,4 @@ Pipfile.lock
# NER training files
./data/train_NER/1*_20*.txt
\ No newline at end of file
data/train_NER/1*_20*.txt
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
0
View file @
280c1ad8
...
...
@@ -11,6 +11,7 @@ RUN $CONDA_DIR/envs/renku/bin/pip install -U -e git+https://github.com/SwissData
RUN
sudo
apt-get update
RUN
sudo
apt-get
install
-y
poppler-utils
RUN
sudo
apt-get
install
vim
# install spacy models
RUN
python
-m
spacy download de_core_news_sm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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