https://github.com/matsengrp/phippery
Raw File
Tip revision: 1ac0e13f3da98b8373101b201b9a4e5109456457 authored by Alexandra Willcox on 24 January 2022, 20:23:05 UTC
Update introduction.rst
Tip revision: 1ac0e13
Dockerfile
FROM quay.io/matsengrp/python3.7
RUN python -m pip install --upgrade pip
COPY . .
RUN pip install . 
back to top