Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 600 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 600 Bytes

schmidtWorkshop-docker

Builds a docker image out of the schmidtWorkshop repo

  • Clone the repo, ensuring that the R package repo is included as a submodule: git clone --recursive https://github.com/mcveanlab/schmidtWorkshop-docker.git

  • Build the docker image: sudo docker build -t bdi-rsf-workshop . --network host. (The --network host is probably not needed in most cases, but it worked around very tricky networking issues I was having during build.)

  • Test out the docker image: sudo docker run -p 8888:8888 bdi-rsf-workshop