Basically the title, right now I cannot specify custom ports for the devbox deployment.
--help flag gave me the following options:
│ --image TEXT Docker image to use for the devbox cluster.
│ [default: (cr.flyte.org/flyteorg/flyte-devbox:latest
│ (cr.flyte.org/flyteorg/flyte-devbox:gpu-latest when --gpu))]
│ --dev Enable dev mode inside the devbox cluster (sets FLYTE_DEV=True).
│ --gpu Pass host GPUs into the devbox container (adds --gpus all to docker run).
│ Requires an NVIDIA-enabled host. Defaults --image to a GPU-capable image if
│ --image is not explicitly set.
│ --help Show this message and exit.
Is there any way to customize the ports?
Basically the title, right now I cannot specify custom ports for the devbox deployment.
--help flag gave me the following options:
│ --image TEXT Docker image to use for the devbox cluster.
│ [default: (cr.flyte.org/flyteorg/flyte-devbox:latest
│ (cr.flyte.org/flyteorg/flyte-devbox:gpu-latest when --gpu))]
│ --dev Enable dev mode inside the devbox cluster (sets FLYTE_DEV=True).
│ --gpu Pass host GPUs into the devbox container (adds --gpus all to docker run).
│ Requires an NVIDIA-enabled host. Defaults --image to a GPU-capable image if
│ --image is not explicitly set.
│ --help Show this message and exit.
Is there any way to customize the ports?