scorevision: push artifact
Browse files- chute_config.yml +6 -6
chute_config.yml
CHANGED
|
@@ -9,12 +9,12 @@ Image:
|
|
| 9 |
|
| 10 |
NodeSelector:
|
| 11 |
gpu_count: 1
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
-
|
| 18 |
|
| 19 |
Chute:
|
| 20 |
shutdown_after_seconds: 300
|
|
|
|
| 9 |
|
| 10 |
NodeSelector:
|
| 11 |
gpu_count: 1
|
| 12 |
+
# Chutes requires TEE for integrated subnet chutes, and TEE is only
|
| 13 |
+
# available on pro_6000 nodes:
|
| 14 |
+
# "TEE with node_selector include=['pro_6000'] is required now for
|
| 15 |
+
# integrated subnet chutes."
|
| 16 |
+
include:
|
| 17 |
+
- pro_6000
|
| 18 |
|
| 19 |
Chute:
|
| 20 |
shutdown_after_seconds: 300
|