Skip to content

Commit f67d1a3

Browse files
authored
Merge pull request #75 from nextcloud/fix/downgrade-cuda
fix: Downgrade CUDA to 12.4
2 parents 9273ed4 + 6e614bd commit f67d1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
3-
FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
3+
FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
44

55
ENV DEBIAN_FRONTEND=noninteractive
66

0 commit comments

Comments
 (0)