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
Files
9
@@ -34,6 +34,7 @@ FC=gfortran
HYSOP_DIR='/tmp/hysop'
cp -r /hysop "${HYSOP_DIR}"
find "${HYSOP_DIR}" -name '*.sh' -exec sed -i 's/\r//' '{}' \;
rm -rf "${HYSOP_DIR}/build"
cd "${HYSOP_DIR}"
Loading