Skip to content

Commit

Permalink
Merge pull request #59 from nebius/build_pyxis_only
Browse files Browse the repository at this point in the history
fix tag name for run image
  • Loading branch information
asteny authored Feb 19, 2025
2 parents a107627 + 5567fe6 commit 791d46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyxis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Run Docker container and copy files
run: |
container_id=$(docker pyxis_builder_slurm_${{ matrix.slurm.version }}_enroot_${{ matrix.enroot.version }}:${{ matrix.pyxis.vesion }})
container_id=$(docker create pyxis_builder:slurm_${{ matrix.slurm.version }}_enroot_${{ matrix.enroot.version }}_pyxis_${{ matrix.pyxis.vesion }})
docker start $container_id
docker cp $container_id:/usr/src/debs/ ./pyxis_build_output/
docker rm $container_id
Expand Down

0 comments on commit 791d46c

Please sign in to comment.