Skip to content

Commit 702b91e

Browse files
committed
re-enable cuda toolkit
1 parent a35ebfd commit 702b91e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

flatpak/ai.jan.Jan.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,24 @@ modules:
7676
commit: 142052fa30f9eca191aa9dcf65359fcaed09eeec
7777
dest: third_party/glslang
7878

79-
# - name: cuda-toolkit
80-
# only-arches:
81-
# - x86_64
82-
# cleanup:
83-
# - /cuda
84-
# buildsystem: simple
85-
# build-commands:
86-
# - mkdir /app/cuda
87-
# - sh cuda_toolkit.run --silent --toolkit --toolkitpath=/app/cuda
88-
# - mv /app/cuda/lib64/libcudart.* /app/lib/
89-
# - mv /app/cuda/lib64/libcublas* /app/lib/
90-
# sources:
91-
# - type: file
92-
# only-arches:
93-
# - x86_64
94-
# url: https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_12.8.0_570.86.10_linux.run
95-
# dest-filename: cuda_toolkit.run
96-
# md5: c71027cf1a4ce84f80b9cbf81116e767
79+
- name: cuda-toolkit
80+
only-arches:
81+
- x86_64
82+
cleanup:
83+
- /cuda
84+
buildsystem: simple
85+
build-commands:
86+
- mkdir /app/cuda
87+
- sh cuda_toolkit.run --silent --toolkit --toolkitpath=/app/cuda
88+
- mv /app/cuda/lib64/libcudart.* /app/lib/
89+
- mv /app/cuda/lib64/libcublas* /app/lib/
90+
sources:
91+
- type: file
92+
only-arches:
93+
- x86_64
94+
url: https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_12.8.0_570.86.10_linux.run
95+
dest-filename: cuda_toolkit.run
96+
md5: c71027cf1a4ce84f80b9cbf81116e767
9797

9898
- name: binary
9999
buildsystem: simple

0 commit comments

Comments
 (0)