Add reproducible DGX Spark deployment for Qwen3.8 Flash Next NVFP4
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
PROJECT_ROOT=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)
|
||||
cd "$PROJECT_ROOT"
|
||||
if [[ ! -f .env ]]; then
|
||||
echo 'Copy .env.example to .env and configure paths/proxy first.' >&2
|
||||
exit 1
|
||||
fi
|
||||
compose=(docker compose --env-file .env -f compose.yaml)
|
||||
Reference in New Issue
Block a user