modal launch

[Preview] Open a serverless app instance on Modal.

This command is in preview and may change in the future.

Usage:

modal launch [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • jupyter: Start Jupyter Lab on Modal.
  • vscode: Start Visual Studio Code on Modal.

Start Jupyter Lab on Modal.

Usage:

modal launch jupyter [OPTIONS]

Options:

  • --cpu INTEGER: [default: 8]
  • --memory INTEGER: [default: 32768]
  • --gpu TEXT
  • --timeout INTEGER: [default: 3600]
  • --image TEXT: [default: ubuntu:22.04]
  • --add-python TEXT: [default: 3.11]
  • --help: Show this message and exit.

Start Visual Studio Code on Modal.

Usage:

modal launch vscode [OPTIONS]

Options:

  • --cpu INTEGER: [default: 8]
  • --memory INTEGER: [default: 32768]
  • --gpu TEXT
  • --timeout INTEGER: [default: 3600]
  • --help: Show this message and exit.