Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add runpod/cuda image (12.4, 12.3, 12.2, 12.1, 11.8) #59

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add 12.4
  • Loading branch information
alpayariyak authored Apr 15, 2024
commit d557f5c18d12033cb57bccbc0199d7cc9cc76a50
17 changes: 16 additions & 1 deletion official-templates/cuda/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ group "default" {
"11.8.0-devel-ubuntu22.04",
"12.1.1-devel-ubuntu22.04",
"12.2.2-devel-ubuntu22.04",
"12.3.2-devel-ubuntu22.04"
"12.3.2-devel-ubuntu22.04",
"12.4.1-devel-ubuntu22.04"
]
}

Expand Down Expand Up @@ -65,4 +66,18 @@ target "12.3.2-devel-ubuntu22.04" {
BASE_IMAGE = "nvidia/cuda:12.3.2-devel-ubuntu22.04"
PYTHON_VERSION = "3.10"
}


target "12.4.1-devel-ubuntu22.04" {
dockerfile = "Dockerfile"
tags = ["runpod/cuda:12.4.1-devel-ubuntu22.04"]
contexts = {
scripts = "../../container-template"
proxy = "../../container-template/proxy"
logo = "../../container-template"
}
args = {
BASE_IMAGE = "nvidia/cuda:12.4.1-devel-ubuntu22.04"
PYTHON_VERSION = "3.10"
}
}