Skip to content

Commit

Permalink
Add a3-mega to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris113113 committed Mar 19, 2024
1 parent f18aaaa commit 039d67a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ENTRYPOINT ["./test/continuous/run.sh"]


FROM base as deploy
RUN for cluster in gke mig mig-cos; do \
terraform -chdir="./a3-mega/terraform/modules/cluster/${cluster}" init; done
RUN for cluster in gke gke-beta mig mig-cos slurm; do \
terraform -chdir="./a3/terraform/modules/cluster/${cluster}" init; done
RUN for cluster in mig; do \
Expand Down

0 comments on commit 039d67a

Please sign in to comment.