Simple job manager for Neuromation platform.
It allows you:
- Create and kill jobs
- Activate python remote debugging
- Monitor job output
- Create SSH connection
- Create your own presets
- Receive notifications, when job status changes
- Installation
- Create a Docker image
- Running a simple job
- Storage usage
- Attach to job using SSH
- Enable remote debugging
- Run a job with Jupyter
Clone the repository and run build.sh script:
git clone https://github.com/rebryk/neurox.git
cd neurox
bash build.shYou can find NeuroX.dmg in the dmg folder.

