hi, jupyter Interactive-apps submit error
# /var/www/ood/apps/sys/bc_jupyter/submit.yml.erb
---
batch_connect:
template: "basic"
### Add the following content to slurm ###
script:
native:
- "-N"
- "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>"
- "-C"
- "c12"
Error is as follows:
After the parameters are recovered, the submission is normal
# /var/www/ood/apps/sys/bc_jupyter/submit.yml.erb
---
batch_connect:
template: "basic"
