Skip to content

Commit

Permalink
more dockerfile updates (#19409) (#19410)
Browse files Browse the repository at this point in the history
* Update for debian12. Uintah doesn't build.

* Remove old ubuntu22 run_build_visit script.
  • Loading branch information
biagas committed Mar 21, 2024
1 parent dd6abc4 commit 0bd1da1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/docker/Dockerfile-debian12
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ WORKDIR /home/visit
RUN mkdir /home/visit/third-party
# Copy build_visit and the script to run it
COPY --chown=visit:visit build_visit3_4_1 /home/visit
COPY --chown=visit:visit run_build_visit.sh /home/visit
COPY --chown=visit:visit run_build_visit-debian12.sh /home/visit
COPY --chown=visit:visit build_visit_docker_cleanup.py /home/visit
# Build the third party libraries
RUN /bin/bash run_build_visit.sh
RUN /bin/bash run_build_visit-debian12.sh

# Copy necesary files build visit install and test
COPY --chown=visit:visit visit3.4.1.tar.gz /home/visit
Expand Down
1 change: 1 addition & 0 deletions scripts/docker/run_build_visit-debian12.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "yes" | ./build_visit3_4_1 --required --optional --mesagl --qt6 --mpich --no-moab --no-visit --thirdparty-path /home/visit/third-party --makeflags -j4; python3 build_visit_docker_cleanup.py
1 change: 0 additions & 1 deletion scripts/docker/run_build_visit_ubuntu22.sh

This file was deleted.

0 comments on commit 0bd1da1

Please sign in to comment.