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

update dockerfiles with pybind11

parent 6d064df6
No related branches found
No related tags found
1 merge request!3Resolve "Sine and cosine transforms to solve homogeneous Neumann and Dirichlet problems"
Pipeline #17195 failed
......@@ -48,10 +48,10 @@ RUN apt-get install -y libcairomm-1.0-dev
RUN apt-get install -y python
RUN apt-get install -y python-dev
RUN apt-get install -y python-pip
RUN apt-get install -y python-tk
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
......@@ -127,6 +127,7 @@ RUN ldconfig
# pyopencl
RUN cd /tmp \
&& pip install pybind11 \
&& git clone https://github.com/inducer/pyopencl \
&& cd pyopencl \
&& git submodule update --init \
......
......@@ -127,6 +127,7 @@ RUN ldconfig
# pyopencl
RUN cd /tmp \
&& pip install pybind11 \
&& git clone https://github.com/inducer/pyopencl \
&& cd pyopencl \
&& git submodule update --init \
......
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