Skip to content
Snippets Groups Projects
Commit 12ccbe78 authored by Dan Vonk's avatar Dan Vonk Committed by Daniel Vonk
Browse files

Update Dockerfile

parent 364733ed
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!17Add CUDA backend
......@@ -3,10 +3,10 @@ LABEL NAME="sassena-ci" \
VERSION="1.0" \
DESCRIPTION="Sassena Continuous Integration Image"
RUN apt-get update -y
RUN apt-get install -y build-essential cmake zlib1g-dev libblas-dev libfftw3-dev libxml2-dev libhdf5-dev wget mpi-default-dev liblapack-dev \
ninja-build doxygen sphinx-doc
RUN apt-get install -y libspdlog-dev python3 python3-pip graphviz
RUN pip3 install doxysphinx sphinx-rtd-theme h5py
RUN apt-get install -y build-essential cmake zlib1g-dev libblas-dev libfftw3-dev libxml2-dev libhdf5-dev \
wget mpi-default-dev liblapack-dev ninja-build doxygen sphinx-doc
RUN apt-get install -y libspdlog-dev python3 python3-pip graphviz git python3-h5py python3-sphinx-rtd-theme pipx
RUN pipx install doxysphinx
ARG BOOST_VERSION=1.80.0
RUN cd /tmp && \
BOOST_VERSION_MOD=$(echo $BOOST_VERSION | tr . _) && \
......
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