diff --git a/Dockerfile b/Dockerfile index 3f9744e1f849b5331c88b940180d469baf568ddb..9be94d2674fec97de8c669832b42f94e17c0524c 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