Select Git revision
-
Nicolas Ewald Alfons Horst authoredNicolas Ewald Alfons Horst authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 169 B
ARG BASE_IMAGE=registry.git.rwth-aachen.de/jupyter/profiles/rwth-courses
FROM ${BASE_IMAGE}
RUN conda install --quiet --yes \
'scipy==1.4.1' && \
conda clean --all