https://github.com/matsengrp/phippery
Raw File
Tip revision: 4073befb0b3273c38dd1a792efc49d36a47b822a authored by Jared Galloway on 20 October 2021, 15:08:31 UTC
updated some little things in the example pag
Tip revision: 4073bef
Dockerfile
FROM quay.io/matsengrp/python3.7
RUN python -m pip install --upgrade pip
COPY . .
RUN python setup.py install
back to top