Added ability to launch NGC container in the cluster
This commit is contained in:
6
mods/use-ngc-vllm/run.sh
Normal file
6
mods/use-ngc-vllm/run.sh
Normal 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
|
||||
Reference in New Issue
Block a user