Skip to content

Commit

Permalink
Merge pull request #2167 from arnaldo2792/fix-ecs-nvidia-variant
Browse files Browse the repository at this point in the history
Fix aws-ecs-1-nvidia configurations
  • Loading branch information
arnaldo2792 authored Jun 3, 2022
2 parents 74476ed + 5d29f4a commit 2fb66bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docker-engine/daemon-nvidia-json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"storage-driver": "overlay2",
"exec-opts": ["native.cgroupdriver=cgroupfs"],
"data-root": "/var/lib/docker",
"default-runtime": "nvidia",
"default-runtime": "shimpei",
"runtimes": { "shimpei": { "path": "shimpei" }, "nvidia": { "path": "nvidia-oci" } },
"selinux-enabled": true,
"default-ulimits": { "nofile": { "Name": "nofile", "Soft": 1024, "Hard": 4096 } }
Expand Down
2 changes: 2 additions & 0 deletions variants/aws-ecs-1-nvidia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ os-image-size-gib = 4
kernel-parameters = [
"console=tty0",
"console=ttyS0,115200n8",
"net.ifnames=0",
"netdog.default-interface=eth0:dhcp4,dhcp6?"
]
included-packages = [
# core
Expand Down

0 comments on commit 2fb66bd

Please sign in to comment.