00BER's picture
Upload 8 files
525ed3a
raw
history blame contribute delete
94 Bytes
FROM jupyter/scipy-notebook
COPY ./requirements.txt .
RUN pip install -r requirements.txt