Skip to content

Commit

Permalink
Try to build py-brain-indexer+mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 9, 2024
1 parent 84134b3 commit a0e0760
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@ jobs:
env:
AWS_ECR_URL: ${{ secrets.AWS_ECR_URL }}
run: |-
cd container_definitions/amd64/touchdetector
cd container_definitions/amd64/py-brain-indexer
cat << EOF > Dockerfile
FROM ${AWS_ECR_URL}/spacktainers/builder:latest AS builder
FROM ${AWS_ECR_URL}/spacktainers/runtime:latest
# Triggers building the 'builder' image, otherwise it is optimized away
COPY --from=builder /etc/debian_version /etc/debian_version
EOF
- name: build touchdetector
- name: build py-brain-indexer
uses: ./.github/actions/build_container
with:
AWS_ECR_URL: ${{ secrets.AWS_ECR_URL }}
AWS_ECR_PATH: /spacktainers/touchdetector
AWS_ECR_PATH: /spacktainers/py-brain-indexer
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ECR_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ECR_SECRET_ACCESS_KEY }}
BUILD_PATH: container_definitions/amd64/touchdetector
BUILD_PATH: container_definitions/amd64/py-brain-indexer
BUILDAH_EXTRA_ARGS: --label org.opencontainers.image.revision="$GITHUB_SHA"
--label org.opencontainers.image.authors="$GITHUB_TRIGGERING_ACTOR" --label
org.opencontainers.image.url="https://github.com/${GITHUB_REPOSITORY}"
Expand Down
3 changes: 3 additions & 0 deletions container_definitions/amd64/py-brain-indexer/spack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
spack:
specs: [py-brain-indexer+mpi]

0 comments on commit a0e0760

Please sign in to comment.