AppImageConfigJupyterLabImageConfigContainerConfig

data class AppImageConfigJupyterLabImageConfigContainerConfig(val containerArguments: List<String>? = null, val containerEntrypoints: List<String>? = null, val containerEnvironmentVariables: Map<String, String>? = null)

Constructors

constructor(containerArguments: List<String>? = null, containerEntrypoints: List<String>? = null, containerEnvironmentVariables: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The arguments for the container when you're running the application.

Link copied to clipboard

The entrypoint used to run the application in the container.

Link copied to clipboard

The environment variables to set in the container.