Skip to content
Snippets Groups Projects

Add docker ubuntu 22.04 cuda 11.7 image

Merged Jean-Baptiste Keck requested to merge docker_cuda into master
@@ -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
Loading