File tree 2 files changed +21
-22
lines changed
2 files changed +21
-22
lines changed Original file line number Diff line number Diff line change
1
+ # Notes on CUDA
2
+
3
+ The CUDA and OS versions are selected as follows:
4
+
5
+ * CUDA: The lastest version that has image flavour ` devel ` including cuDNN
6
+ available.
7
+ * OS: The latest version that has TensortRT libraries for ` amd64 ` available.
8
+ :information_source : It is taking quite a long time for these to be available
9
+ for ` arm64 ` .
10
+
11
+ ## Tweaks
12
+
13
+ ### Environment variables
14
+
15
+ ** Versions**
16
+
17
+ * ` CUDA_VERSION `
18
+
19
+ ** Miscellaneous**
20
+
21
+ * ` CUDA_IMAGE ` : The CUDA image it is derived from.
Original file line number Diff line number Diff line change @@ -35,25 +35,3 @@ are installed.
35
35
The latest Python version is installed at ` /usr/local/bin ` , regardless of
36
36
whether all packages – such as numba, tensorflow, etc. – are already compatible
37
37
with it.
38
-
39
- # Additional notes on CUDA
40
-
41
- The CUDA and OS versions are selected as follows:
42
-
43
- * CUDA: The lastest version that has image flavour ` devel ` including cuDNN
44
- available.
45
- * OS: The latest version that has TensortRT libraries for ` amd64 ` available.
46
- :information_source : It is taking quite a long time for these to be available
47
- for ` arm64 ` .
48
-
49
- ## Tweaks
50
-
51
- ### Environment variables
52
-
53
- ** Versions**
54
-
55
- * ` CUDA_VERSION `
56
-
57
- ** Miscellaneous**
58
-
59
- * ` CUDA_IMAGE ` : The CUDA image it is derived from.
You can’t perform that action at this time.
0 commit comments