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

add opencl lib inside docker image to see if it works on windows [skip ci]

parent aaefebe6
No related branches found
No related tags found
1 merge request!40Add docker ubuntu 22.04 cuda 11.7 image
Pipeline #110423 skipped
......@@ -224,6 +224,10 @@ RUN ${PYTHON_EXECUTABLE} -m pip install ansicolors --ignore-installed
RUN ${PYTHON_EXECUTABLE} -m pip install numpy==1.21.5
RUN ${PYTHON_EXECUTABLE} -m pip install sympy==1.10.0
# windows is missing libnvidia-opencl.so so we copy it from there
RUN cd /lib/x86_64-linux-gnu \
&& wget https://cloud.univ-grenoble-alpes.fr/s/HHoMSeTgHgZ3x7H/download/libnvidia-opencl.so.1
# ensure all libraries are known by the runtime linker
RUN ldconfig
......
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