chore(hpc): finalize hpc settings and scripts
- Update train.pbs to default to smoke test for safety - Update .gitignore and ruff.toml - Sync uv.lock (removing python 3.11 remnants) - Refine smoke test config
This commit is contained in:
parent
92db8c2591
commit
92de38608f
13 changed files with 34 additions and 385 deletions
|
|
@ -34,8 +34,7 @@
|
|||
},
|
||||
"remoteUser": "vscode",
|
||||
"runArgs": [
|
||||
"--gpus",
|
||||
"all"
|
||||
"--device", "nvidia.com/gpu=all"
|
||||
],
|
||||
// Ensure the .venv persists using a named volume for performance and parity
|
||||
"mounts": [
|
||||
|
|
@ -46,4 +45,4 @@
|
|||
"features": {
|
||||
"ghcr.io/devcontainers/features/common-utils:1": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue