-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rdma-tools: cuda Signed-off-by: [email protected] <[email protected]> * rdma-tools: cuda Signed-off-by: [email protected] <[email protected]> * rdma-tools: cuda Signed-off-by: [email protected] <[email protected]> * rdma-tools: cuda Signed-off-by: [email protected] <[email protected]> * rdma-tools: cuda Signed-off-by: [email protected] <[email protected]> * rdma-tools: cuda Signed-off-by: [email protected] <[email protected]> * rdma-tools: cuda Signed-off-by: [email protected] <[email protected]> --------- Signed-off-by: [email protected] <[email protected]>
- Loading branch information
1 parent
5a3f8ae
commit 924ad29
Showing
6 changed files
with
79 additions
and
79 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
# for base image tag | ||
|
||
export BASEIMAGE_CUDA_VERISON=${BASEIMAGE_CUDA_VERISON:-"12.5.1"} | ||
|
||
export BASEIMAGE_OS_VERISON=${BASEIMAGE_OS_VERISON:-"ubuntu22.04"} | ||
|
||
# https://hub.docker.com/r/nvidia/cuda | ||
# nvidia/cuda:12.5.1-cudnn-runtime-ubuntu22.04 | ||
export BASEIMAGE_FULL_NAME=nvidia/cuda:${BASEIMAGE_CUDA_VERISON}-cudnn-runtime-${BASEIMAGE_OS_VERISON} | ||
|