Skip to content

Commit

Permalink
Added docker step to regression
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Jul 18, 2024
1 parent de12b6d commit 2227787
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ jobs:
- name: Say hi
run: echo "hi there"


- name: Pre Cleanup
uses: docker://ghcr.io/EvertBunschoten/PINNTraining/build-pinntraining:241806
with:
entrypoint: /bin/rm
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
3 changes: 2 additions & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \

# Copies your code file from your action repository to the filesystem path `/` of the container
#COPY compileSU2.sh /compileSU2.sh
COPY getPinnTraining.sh /getPinnTraining.sh

# Code file to execute when the docker container starts up (`entrypoint.sh`)
#ENTRYPOINT ["/compileSU2.sh"]
ENTRYPOINT ["/getPINNTraining.sh"]

0 comments on commit 2227787

Please sign in to comment.