You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/deps.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
# NOTE: You must run deps_update_and_upload.py and generate_cgmanifest.py when ready to test your changes in a CI.
13
13
# See https://microsoft.sharepoint.com/teams/ONNX2/_layouts/OneNote.aspx?id=%2Fteams%2FONNX2%2FShared%20Documents%2FNotebooks%2FONNX%20Ecosystem%20Team%20Notebook&wd=target%28Development.one%7C63D3AB47-51D1-4A62-9965-66882234BD44%2FAdd%20or%20update%20a%20dependency%20in%20deps.txt%7C0E9ED71D-89D5-40FA-B05F-C0123289C591%2F%29
Copy file name to clipboardExpand all lines: dockerfiles/README.md
+18-3
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,33 @@ The docker file supports both x86_64 and ARM64(aarch64). You may use docker's "-
40
40
However, we cannot build the code for 32-bit ARM in such a way since a 32-bit compiler/linker might not have enough memory to generate the binaries.
41
41
42
42
## CUDA
43
-
**Ubuntu 22.04, CUDA 12.1, CuDNN 8**
43
+
**Ubuntu 24.04, CUDA 12.x, CuDNN 9.x**
44
44
45
45
1. Build the docker image from the Dockerfile in this repository.
46
+
Choose available [cuda version](https://hub.docker.com/r/nvidia/cuda/tags) or [cudnn version](https://pypi.org/project/nvidia-cudnn-cu12/#history), then build docker image like the following:
0 commit comments