Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.65 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.65 KB

docker-murphylab-python

Build Status GitHub issues GitHub forks GitHub stars GitHub license

vim as IDE

This Dockerfile is used to build a Singularity container for members of the Murphy Lab at the Computational Biology Department at Carnegie Mellon University for use in the department's HPC cluster.

Docker build

To build an image using the Dockerfile in this repository, run the command

➜ docker build -t "murphylab/python27" .

Docker build

To pull the latest image from Docker hub, run the command

➜ docker pull icaoberg/murphylab-python

Docker run

To run a container using the image above, run the command

➜  docker run -i -t "murphylab/python27"