Skip to content
Snippets Groups Projects
Commit a36f0aac authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Install blas/lapack and cleanup

parent 686be933
Branches add-python-3.9
No related tags found
No related merge requests found
FROM python:3.9.0
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev git
RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev git && apt-get clean -qq
RUN apt-get apt-get install libopenblas-dev liblapack-dev && apt-get clean -qq
RUN pip install -U pip setuptools wheel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment