Skip to content

Instantly share code, notes, and snippets.

@mpkocher
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpkocher/be4fd7966e22da270605 to your computer and use it in GitHub Desktop.
Save mpkocher/be4fd7966e22da270605 to your computer and use it in GitHub Desktop.
Dockerfile Extending docker-pacbiobase pbcore example
# Install pbcore example
FROM mpkocher/docker-pacbiobase
MAINTAINER Michael Kocher
RUN cd /tmp && git clone https://github.com/PacificBiosciences/pbcore.git && cd pbcore && pip install .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment