File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Checkout repository
3333 uses : actions/checkout@v4
3434
35- - name : Clean up disk space
36- uses : jlumbroso/free-disk-space@main
37-
3835 # Install the cosign tool except on PR
3936 # https://github.com/sigstore/cosign-installer
4037 - name : Install cosign
9491 # This step uses the identity token to provision an ephemeral certificate
9592 # against the sigstore community Fulcio instance.
9693 run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
97-
98- # Build and push .sif files for Apptainer
99- - name : Clean up disk space
100- uses : jlumbroso/free-disk-space@main
101- - name : Setup Apptainer
102- uses : eWaterCycle/setup-apptainer@v2
103- - name : Build and push Apptainer
104- env :
105- TAGS : ${{ steps.meta.outputs.tags }}
106- run : |
107- echo ${{ secrets.GITHUB_TOKEN }} | apptainer registry login -u ${{ secrets.GHCR_USERNAME }} --password-stdin docker://ghcr.io
108- apptainer build container.sif docker://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
109- echo "${TAGS}" | xargs -I {} apptainer push container.sif oras://{}-sif
Original file line number Diff line number Diff line change @@ -17,9 +17,11 @@ dependencies = [
1717 " optax>=0.2.6" ,
1818 " pandas>=2.3.3" ,
1919 " pytest>=8.3.5" ,
20+ " schedulefree>=1.4.1" ,
2021 " scikit-learn==1.6.1" ,
2122 " seaborn>=0.13.2" ,
2223 " tabpfn==2.2.1" ,
24+ " torch>=2.9.1" ,
2325]
2426
2527[dependency-groups ]
You can’t perform that action at this time.
0 commit comments