Page tree
Skip to end of metadata
Go to start of metadata

Root


NameTypeAllowed ValuesDescription
imageString
The image used to start a container. This string is passed directly to the Docker daemon.
privateimageBoolean
Set this to true if your docker image is private (in this case you must add vlabuser as collaborator on Docker Hub)
resourcesJSON Object

containerJSON Object

Resources

NameTypeAllowed ValuesDescription
memory_mbString
The memory, expressed in MB, which is reserved for the model execution
cpuString
The CPU units which are reserved for the model execution


Container

NameTypeAllowed ValuesDescription
entryPointString 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.
commandString 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.
  • No labels