Skip to content

Commit

Permalink
Merge pull request #697 from omertuc/exec
Browse files Browse the repository at this point in the history
ilab wrapper: `exec` for better signal handling / termination
  • Loading branch information
rhatdan authored Jul 25, 2024
2 parents 55610a8 + 0f42ca1 commit 7df349f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/ilab-wrapper/ilab
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ PODMAN_COMMAND=("podman" "run" "--rm" "-it"
"--env" "HF_TOKEN"
"${IMAGE_NAME}")

"${PODMAN_COMMAND[@]}" "${PARAMS[@]}"
exec "${PODMAN_COMMAND[@]}" "${PARAMS[@]}"

0 comments on commit 7df349f

Please sign in to comment.