Skip to content

Contains the dockerfile to build the workhorse-r-prerequisite container, with all the prerequisites for the workHORSE app

License

Notifications You must be signed in to change notification settings

ChristK/workHORSE_prerequisite_dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

workHORSE prerequisite dockerfile

This repo hosts the dockerfile that contains all the prerequisites for the workHORSE app. It is based on an Ubuntu container with R v4.2.1 and package versions frozen on 01/08/2022 using the Rstudio Package Manager

This docker container is required for the branch 'master' of the workHORSE app.

To install and push to DockerHub manually one would do,

sudo docker build --no-cache -t [docker-USERNAME]/workhorse-r-prerequisite:latest . # replace [docker-USERNAME] with your docker username
sudo docker login
sudo docker push [docker-USERNAME]/workhorse-r-prerequisite:latest # replace [docker-USERNAME] with your docker username

About

Contains the dockerfile to build the workhorse-r-prerequisite container, with all the prerequisites for the workHORSE app

Resources

License

Stars

Watchers

Forks

Packages

No packages published