https://github.com/matsengrp/phippery
Raw File
Tip revision: 7cd76fdba67018eda884fa32476418ac296b9e09 authored by Jared Galloway on 25 October 2021, 12:24:11 UTC
remove convertion input
Tip revision: 7cd76fd
Dockerfile
FROM quay.io/matsengrp/python3.7
RUN python -m pip install --upgrade pip
COPY . .
RUN python setup.py install
back to top