File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1048,9 +1048,12 @@ Auditwheel detects the version of the manylinux / musllinux standard in the imag
1048
1048
1049
1049
1050
1050
### ` CIBW_CONTAINER_ENGINE ` {: #container-engine}
1051
- > Specify which container engine to use when building Linux wheels
1051
+ > Specify the container engine to use when building Linux wheels
1052
1052
1053
- Options: ` docker[;create_args: ...] ` ` podman[;create_args: ...] `
1053
+ Options:
1054
+
1055
+ - ` docker[;create_args: ...] `
1056
+ - ` podman[;create_args: ...] `
1054
1057
1055
1058
Default: ` docker `
1056
1059
@@ -1094,7 +1097,7 @@ inside a parameter, use shell-style quoting.
1094
1097
container-engine = "podman"
1095
1098
1096
1099
# pass command line options to 'docker create'
1097
- container-engine = { name = "docker", create_args = ["--gpus", "all"]}
1100
+ container-engine = { name = "docker", create-args = ["--gpus", "all"]}
1098
1101
```
1099
1102
1100
1103
You can’t perform that action at this time.
0 commit comments