Skip to content
Snippets Groups Projects
Commit 441ab02d authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

added numba dependency to dockerfiles

parent 7012fd15
No related branches found
No related tags found
1 merge request!3Resolve "Sine and cosine transforms to solve homogeneous Neumann and Dirichlet problems"
Pipeline #13520 failed
......@@ -51,6 +51,7 @@ RUN apt-get install -y python-pip
RUN apt-get install -y opencl-headers
RUN apt-get install -y ocl-icd-libopencl1
RUN apt-get install -y clinfo
RUN apt-get install -y python-tk
# python packages
RUN pip install --upgrade pip
......@@ -79,6 +80,8 @@ RUN pip install --upgrade primefac
RUN pip install --upgrade pycairo
RUN pip install --upgrade weave
RUN pip install --upgrade argparse_color_formatter
RUN pip install --upgrade numba
# scitools (python-scitools does not exist on ubuntu:bionic)
RUN cd /tmp \
......@@ -209,8 +212,6 @@ RUN cd /tmp \
# ensure all libraries are known by the runtime linker
RUN ldconfig
RUN apt-get update && apt-get install -y python-tk
# clean cached packages
RUN rm -rf /var/lib/apt/lists/*
RUN rm -rf $HOME/.cache/pip/*
......
......@@ -80,6 +80,8 @@ RUN pip install --upgrade primefac
RUN pip install --upgrade pycairo
RUN pip install --upgrade weave
RUN pip install --upgrade argparse_color_formatter
RUN pip install --upgrade numba
# scitools (python-scitools does not exist on ubuntu:bionic)
RUN cd /tmp \
......
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