Rmx

Latest version: v0.2.3

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.4rc1

- Run a command in a new bash shell in `sing-slurm` mode
- Escape quotes in command in `sing-slurm` mode

0.2.4rc

- Read from `.secret.env` rather than `.env.secret` (if the former doesn't exist, it tries to read from the latter for backward compatibility)
- `RMX_RUN_SWEEP_IDX` is now set correctly on singularity on slurm
- add `writable_tmpfs` option to singularity configuration

This is an example `.rmx.config` for using writable_tmpfs:

"tticslurm": {
"mode": "slurm-sing",
"mount": [],
"mount_from_host": {
"/share/data/ripl-takuma/projects/diffusion-shared-autonomy": "/data",
},
"singularity": {
"sif_file": "/share/data/ripl-takuma/singularity-workspace/diffusha/diffusha.sif",
// "overlay": "/share/data/ripl-takuma/singularity-workspace/diffusha/overlay.img",
"writable_tmpfs": true,
}
}

0.2.3

0.2.3rc

- Use python-on-whales for interactive mode
- improve some messages
- set user id and group id

0.2.3rc0

0.2.2

- quick fix on REMOTE_ROOT_DIR. Now it's set to `/tmp` rather than `/tmp/rmx`

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.