Added ability to launch NGC container in the cluster

This commit is contained in:
Eugene Rakhmatulin
2026-02-02 16:57:04 -08:00
parent 4634ee92a2
commit 4b9ab0de7c
5 changed files with 162 additions and 4 deletions

6
mods/use-ngc-vllm/run.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
echo "Setting up cluster initialization script..."
cp run-cluster-node.sh $WORKSPACE_DIR/run-cluster-node.sh
chmod +x $WORKSPACE_DIR/run-cluster-node.sh