Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Getting started
  • Reference
    • Tensorboard
    • Remote Debug
    • Jupyter
    • WebDAV Server
    • Filebrowser
    • VS Code
    • Checkout
Powered by GitBook
On this page

Was this helpful?

  1. Reference

Remote Debug

PreviousTensorboardNextJupyter

Last updated 5 months ago

Was this helpful?

This is an action enabling remote debugging. It's intended to be used with Apolo , but can be adapted for other use cases as well.

This action exposes SSH port 22 and maps it to port 2211 used for the PyCharm remote Python debugging feature.

It also expects references to 4 remote folders: for data, config, code, and results. These remotes will be mounted to /project/data, /project/config, /project/modules and /project/results respectively.

Feel free to check the .

apolo-flow
platform template
Remote Debug action repository