Add docker ubuntu 22.04 cuda 11.7 image
Compare changes
Files
25+ 24
− 23
@@ -21,37 +21,38 @@ MAINTAINER Jean-Baptiste.Keck@imag.fr
@@ -21,37 +21,38 @@ MAINTAINER Jean-Baptiste.Keck@imag.fr
RUN apt-get update && apt-get install -y --no-install-recommends expat unzip xz-utils automake libtool pkg-config cmake rsync git vim ssh curl wget ca-certificates gcc g++ gfortran lsb-core cpio libnuma1 libpciaccess0 libreadline-dev libblas-dev liblapack-dev libgcc-11-dev libgfortran-11-dev libgmp-dev libmpfr-dev libmpc-dev python3.9-dev opencl-headers swig libgmp-dev libmpfr-dev libmpc-dev libcairo-dev libcairomm-1.0-dev python3.9-tk
RUN apt-get update && apt-get install -y --no-install-recommends expat unzip xz-utils automake libtool pkg-config cmake rsync git vim ssh curl wget ca-certificates gcc g++ gfortran lsb-core cpio libnuma1 libpciaccess0 libreadline-dev libblas-dev liblapack-dev libgcc-11-dev libgfortran-11-dev libgmp-dev libmpfr-dev libmpc-dev ${PYTHON_EXECUTABLE}-dev opencl-headers swig libgmp-dev libmpfr-dev libmpc-dev libcairo-dev libcairomm-1.0-dev ${PYTHON_EXECUTABLE}-tk
./configure --enable-shared --disable-static --with-threads=posix --enable-ipv6 --prefix="${MPI_ROOT}" --with-hwloc=internal --with-libevent=internal --enable-mpi1-compatibility && \
@@ -66,7 +67,7 @@ RUN cd /tmp && \
@@ -66,7 +67,7 @@ RUN cd /tmp && \
@@ -80,16 +81,16 @@ RUN cd /tmp && \
@@ -80,16 +81,16 @@ RUN cd /tmp && \
RUN CC="${MPICC}" HDF5_MPI="ON" HDF5_VERSION="1.12.1" HDF5_DIR="${MPI_ROOT}" python3.9 -m pip install --upgrade --no-binary=h5py h5py -vvv
RUN python3.9 -m pip install --upgrade scipy sympy matplotlib gmpy2 psutil py-cpuinfo Mako editdistance portalocker colors.py tee pycairo argparse_color_formatter networkx pyvis zarr numcodecs jsonpickle memory-tempfile primefac
@@ -128,10 +129,9 @@ RUN cd /tmp && \
@@ -128,10 +129,9 @@ RUN cd /tmp && \
@@ -146,11 +146,11 @@ RUN cd /tmp && \
@@ -146,11 +146,11 @@ RUN cd /tmp && \
@@ -186,7 +186,7 @@ RUN cd /tmp && \
@@ -186,7 +186,7 @@ RUN cd /tmp && \
@@ -211,7 +211,7 @@ RUN cd /tmp && \
@@ -211,7 +211,7 @@ RUN cd /tmp && \
@@ -233,12 +233,13 @@ RUN cd /tmp && \
@@ -233,12 +233,13 @@ RUN cd /tmp && \
STATIC_FFTW_DIR="${FFTW_ROOT}/lib" CFLAGS="-Wl,-Bsymbolic -fopenmp -I${FFTW_ROOT}/include -O2" python3.9 setup.py build_ext --inplace && \