Development environment for the blockbuster package
849
The Dockerfile in this repository fixes an environment for developing the blockbuster package to ensure reproducibility going forward, and to make package development cross platform easier.
A Dockerfile provides a list of instructions for building a lightweight virtual machine (contaienr) in which a process can be run.
There are two ways to make use of this container image:
docker build -t blockbuster:latest ..docker pull ukgovdatascience/latestFor each of these methods, you will need to have docker installed. A good guide for installing docker is provided here.
The container can then be run using docker run -it ukgovdatascience/blockbuster:latest /bin/bash to open a shell within the container.
Content type
Image
Digest
Size
288.3 MB
Last updated
almost 10 years ago
docker pull ukgovdatascience/blockbuster-docker