Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rebryk/neurox
Simple job manager for the Neuromation Platform
https://github.com/rebryk/neurox
neuromation neuromation-platform neurox
Last synced: 26 days ago
JSON representation
Simple job manager for the Neuromation Platform
- Host: GitHub
- URL: https://github.com/rebryk/neurox
- Owner: rebryk
- License: mit
- Created: 2018-12-13T18:34:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:31:22.000Z (about 2 years ago)
- Last Synced: 2024-06-14T01:31:07.520Z (6 months ago)
- Topics: neuromation, neuromation-platform, neurox
- Language: Python
- Homepage:
- Size: 195 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - NeuroX
README
# NeuroX
![version 1.0](https://img.shields.io/badge/version-1.0-brightgreen.svg)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![NeuroX screenshot](https://habrastorage.org/webt/rf/29/b3/rf29b3ytlqafneakdpidtnsdfu0.png)
![NeuroX screenshot](https://habrastorage.org/webt/1v/ja/xv/1vjaxvraovgbuxkeedqpo4gsvto.png)## Tutorials
### Neuromation CLI
- [Installation](https://github.com/rebryk/neurox/wiki/Installation)
- [Create a Docker image](https://github.com/rebryk/neurox/wiki/Create-a-Docker-image)
- [Running a simple job](https://github.com/rebryk/neurox/wiki/Running-a-simple-job)
- [Storage usage](https://github.com/rebryk/neurox/wiki/Storage-usage)
- [Attach to job using SSH](https://github.com/rebryk/neurox/wiki/Attach-to-job-using-SSH)
- [Enable remote debugging](https://github.com/rebryk/neurox/wiki/Enable-remote-debugging)
- [Run a job with Jupyter](https://github.com/rebryk/neurox/wiki/Run-a-job-with-Jupyter)### NeuroX
- [Installation](https://github.com/rebryk/neurox/wiki/NeuroX-installation)
- [Running a job](https://github.com/rebryk/neurox/wiki/Running-a-job)
- [Using presets](https://github.com/rebryk/neurox/wiki/Using-presets)## Installation
Clone the repository and run `build.sh` script:
```bash
git clone https://github.com/rebryk/neurox.git
cd neurox
bash build.sh
```You can find `NeuroX.dmg` in the `dmg` folder.
## License
[MIT](LICENSE)