Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added missing dependencies to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 23, 2023
1 parent 3dc18fe commit 3d8696b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,7 @@ RUN apt-get install -y intel-oneapi-runtime-openmp intel-oneapi-runtime-mkl inte
ENV NETCDF_HOME="/usr/local"
ENV LANG=C.UTF-8
ENV LD_LIBRARY_PATH=/opt/intel/oneapi/lib
RUN apt-get -y update && apt-get upgrade -y
RUN apt-get install -y libhdf5-dev libxml2-dev

ENTRYPOINT ["/usr/bin/swiftest_driver"]
ENTRYPOINT ["/usr/local/bin/swiftest_driver"]

0 comments on commit 3d8696b

Please sign in to comment.