https://github.com/matsengrp/phippery
Raw File
Tip revision: 31cae87881703307e7e4fb367693ec4543d963a7 authored by Jared Galloway on 19 October 2021, 21:18:04 UTC
fixed
Tip revision: 31cae87
Dockerfile
FROM quay.io/matsengrp/python3.7
RUN python -m pip install --upgrade pip
COPY . .
RUN python setup.py install
back to top