Skip to content

Commit

Permalink
dockerfile: remove un-needed sw4 install from previous container test
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Apr 27, 2022
1 parent cd444e7 commit 891a1a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ FROM ghcr.io/rse-ops/cuda-ubuntu-20.04:cuda-11.0.3
RUN apt-get update && \
apt-get install -y unzip gfortran && \
spack compiler find && \
spack install sw4lite && \
apt-get install -y libcurl4-openssl-dev libssl-dev

# /code is the working directory for code
Expand Down

0 comments on commit 891a1a8

Please sign in to comment.