Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller authored Oct 18, 2023
1 parent efffa78 commit f33949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/seisscoped/container-base
RUN echo "Acquire::AllowInsecureRepositories "true";" > /etc/apt/apt.conf
RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
RUN echo "deb https://apt.repos.intel.com/mpi bionic InRelease" | sudo tee /etc/apt/sources.list.d/intel-mpi.list
RUN echo "deb https://apt.repos.intel.com/mpi all InRelease" | sudo tee /etc/apt/sources.list.d/intel-mpi.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv BAC6F0C353D04109

RUN apt-get update \
Expand Down

0 comments on commit f33949b

Please sign in to comment.