tensorkube dev
--cloud TEXT
[default: aws]: Cloud provider to use.
--help BOOL
[default: false]: Show this message and exit.
list
: List all the running / stopped devcontainers from the current user.
start
: Spin up a new devcontainer from the current folder.
stop
: Stop a running development container.
delete
: Purge a running / stopped development container.
tensorkube dev list
--help BOOL
[default: false]: Show this message and exit.tensorkube dev start
Dockerfile
.
Usage:
--gpu-type Choice(['V100', 'A10G', 'T4', 'L4', 'A100', 'L40S', 'H100', 'None'])
: Type of GPU.
--port INTEGER
[default: 8080]: Port to run the devcontainer on.
--help BOOL
[default: false]: Show this message and exit.
tensorkube dev stop
--help BOOL
[default: false]: Show this message and exit.tensorkube dev delete
--help BOOL
[default: false]: Show this message and exit.