Skip to content

Commit bf32066

Browse files
committed
runtime
1 parent de260cc commit bf32066

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.lightning/workflows/fabric.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ parametrize:
99
matrix: {}
1010
include:
1111
# note that this is setting also all oldest requirements which is linked to python == 3.10
12-
- image: "nvidia/cuda:12.1.1-devel-ubuntu22.04"
12+
- image: "nvidia/cuda:12.1.1-runtime-ubuntu22.04"
1313
PACKAGE_NAME: "fabric"
1414
python_version: "3.10"
1515
machine: "A100_X_2"
16-
- image: "nvidia/cuda:12.6.3-devel-ubuntu22.04"
16+
- image: "nvidia/cuda:12.6.3-runtime-ubuntu22.04"
1717
PACKAGE_NAME: "fabric"
1818
python_version: "3.12"
1919
machine: "L4_X_2"
20-
# - image: "nvidia/cuda:12.6-devel-ubuntu22.04"
20+
# - image: "nvidia/cuda:12.6-runtime-ubuntu22.04"
2121
# PACKAGE_NAME: "fabric"
22-
- image: "nvidia/cuda:12.6.3-devel-ubuntu22.04"
22+
- image: "nvidia/cuda:12.6.3-runtime-ubuntu22.04"
2323
PACKAGE_NAME: "lightning"
2424
python_version: "3.12"
2525
machine: "L4_X_2"

0 commit comments

Comments
 (0)