Skip to content

Commit

Permalink
Build SIF Action: Updated tmpdir for singularity.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobthebanana committed Oct 30, 2024
1 parent e452232 commit fb6ad09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build Singularity Image
run: |
singularity build vllm_latest.sif docker://vllm/vllm-openai:latest
singularity build --tmpdir ~/ vllm_latest.sif docker://vllm/vllm-openai:latest
- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit fb6ad09

Please sign in to comment.