Skip to content

Commit

Permalink
System hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Jul 5, 2023
1 parent 50bd5ef commit 39abe03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ RUN mkdir nest-build && cd nest-build && \
-Dwith-openmp=ON \
-Dwith-libneurosim=OFF \
-Dwith-music=/opt/music-install \
-DHDF5_DIR=/opt/hdf5 \
-DHDF5_LIBRARIES=/opt/hdf5/lib \
-DHDF5_INCLUDE_DIRS=/opt/hdf5/include \
-Dwith-hdf5=/opt/hdf5 \
-Dwith-hdf5=ON \
${SRC_PATH}/nest-simulator-${NEST_VERSION} && \
make -j $(nproc) && \
make docs && \
Expand All @@ -47,7 +44,7 @@ LABEL maintainer="[email protected]"
ENV HDF5_DISABLE_VERSION_CHECK=2
COPY --from=builder /opt/nest /opt/nest
COPY --from=builder /opt/music-install /opt/music-install
COPY --from=builder /opt/hdf5 /opt/hdf5
# COPY --from=builder /opt/hdf5 /opt/hdf5

RUN python3 -m pip install --upgrade pip && \
python3 -m pip install nest-desktop --pre && \
Expand Down

0 comments on commit 39abe03

Please sign in to comment.