Skip to content
Snippets Groups Projects
Commit fa88a40a authored by Jonathan Windgassen's avatar Jonathan Windgassen
Browse files

Simplified Dockerfile

parent 63888732
No related branches found
No related tags found
No related merge requests found
FROM python
MAINTAINER Jonathan Windgassen <j.windgassen@fz-juelich.de>
# Install numpy
RUN pip3 install numpy
# Install matplotlib
RUN pip3 install matplotlib
# Install jupyter
RUN pip3 install jupyter
# pipeline tools
RUN pip3 install prospector bandit mypy pytest anybadge coverage
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment