From 039e2228a44d2352660f71868cc229e613856311 Mon Sep 17 00:00:00 2001
From: Lili Gasser <gasserli@ethz.ch>
Date: Tue, 15 Jan 2019 16:25:56 +0000
Subject: [PATCH] Update Dockerfile (renku version 0.3.2, french spacy)

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 456ea2fa..eccc0209 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM renku/singleuser:0.2.0
+FROM renku/singleuser:0.3.2
 
 # Uncomment and adapt if code is to be included in the image
 # COPY src /code/src
@@ -15,4 +15,5 @@ RUN sudo apt-get install -y vim
 
 # install spacy models
 RUN python -m spacy download de_core_news_sm
+RUN python -m spacy download fr_core_news_sm
 RUN python -m spacy download xx_ent_wiki_sm
\ No newline at end of file
-- 
GitLab