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.
To build an image using the Dockerfile
in this repository, run the command
➜ docker build -t "murphylab/python27" .
To pull the latest image from Docker hub, run the command
➜ docker pull icaoberg/murphylab-python
To run a container using the image above, run the command
➜ docker run -i -t "murphylab/python27"