Root
Name | Type | Allowed Values | Description |
---|---|---|---|
image | String | The image used to start a container. This string is passed directly to the Docker daemon. | |
privateimage | Boolean | Set this to true if your docker image is private (in this case you must add vlabuser as collaborator on Docker Hub) | |
resources | JSON Object | ||
container | JSON Object |
Resources
Name | Type | Allowed Values | Description |
---|---|---|---|
memory_mb | String | The memory, expressed in MB, which is reserved for the model execution | |
cpu | String | The CPU units which are reserved for the model execution |
Container
Name | Type | Allowed Values | Description |
---|---|---|---|
entryPoint | String Array | The entry point that is passed to the container. This parameter maps to Entrypoint in the Create a container section of the Docker Remote API and the --entrypoint option to docker run. | |
command | String Array | The command that is passed to the container. This parameter maps to Cmd in the Create a container section of the Docker Remote API and the COMMAND parameter to docker run. |