From 5cd00a762b3114e4e32b7f19ce78e1da9e003e9f Mon Sep 17 00:00:00 2001 From: Mark Robinson Date: Wed, 29 Apr 2020 07:38:36 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f9744e..9be94d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,10 @@ -FROM rrrrrok/renkulab:bioc-devel +# FROM rrrrrok/renkulab:bioc-devel + +FROM rocker/rstudio:latest +RUN pipx install renku=='0.9.1' --force + # FROM renku/singleuser-r:0.4.4-renku0.9.0 -# RUN pipx install renku=='0.9.1' --force # Uncomment and adapt if code is to be included in the image # COPY src /code/src -- GitLab