/rocker-verse-metaflow

rocker/verse + {metaflow}

Primary LanguageDockerfile

Rocker {metaflow}

A Docker image based on rocker/verse with metaflow installed and ready to try out.

Usage

metaflow is installed for the rstudio user.

docker run --rm -d -p 8787 :8787 -e PASSWORD='password' grrrck/rocker-verse-metaflow:latest

If you change the user name of the container, when you first log in you may need to run

metaflow::install()

and then restart the R session.

Test the installation

Check that the installation worked by running:

Sys.setenv("USERNAME" = 'mfuser')
metaflow::test()