Skip to content

Commit

Permalink
Apptainer call
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Sep 28, 2023
1 parent 96a2dbd commit 5ebd810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyakvnc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def create_node_signal_handler(signal_number, frame):

# Command to start the apptainer instance and keep it running:
apptainer_cmd_with_rest = (
apptainer_env_vars_string + "printenv && " + apptainer_cmd + " && while true; do sleep 10; done"
apptainer_env_vars_string + apptainer_cmd + " && while true; do sleep 10; done"
)

# The sbatch wrap functionality allows submitting commands without an sbatch script:t
Expand Down

0 comments on commit 5ebd810

Please sign in to comment.