-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilder.toml
More file actions
47 lines (37 loc) · 1.09 KB
/
builder.toml
File metadata and controls
47 lines (37 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
description = "Builder for cuda enabled python environments"
[[buildpacks]]
id = "heroku/deb-packages"
uri = "docker://docker.io/heroku/buildpack-deb-packages@sha256:7d0a8f14d684436af11070a89e7b20a5e457166dfeed686cb915d46488684c1d"
[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:e19a33063aa1856bda1febdb40a983faecd08a13f4f68c664b916591ba224bb2"
[[buildpacks]]
id = "heroku/procfile"
uri = "docker://docker.io/heroku/buildpack-procfile@sha256:6ace71a217485b2932c8e4a311a502b68fde1a3c81e23576e29a9a1dba9a489a"
[lifecycle]
version = "0.20.11"
[[order]]
[[order.group]]
id = "heroku/deb-packages"
version = "0.1.3"
optional = true
[[order.group]]
id = "heroku/python"
version = "2.2.2"
[[order.group]]
id = "heroku/procfile"
version = "4.2.1"
optional = true
[build]
image = "cuda-build-run:latest"
[run]
[[run.images]]
image = "cuda-build-run:latest"
mirrors = []
# Target platforms - this triggers multi-arch builder creation
[[targets]]
os = "linux"
arch = "amd64"
[[targets]]
os = "linux"
arch = "arm64"