NVIDIA / pyxis

Container plugin for Slurm Workload Manager
Apache License 2.0
266 stars 30 forks source link

--container-writable is unrecognized option for srun #65

Closed arnoldas500 closed 2 years ago

arnoldas500 commented 2 years ago

EX: $ srun --container-image=ubuntu:20.04 --container-writable --container-name=myubuntu sh -c 'apt-get update && apt-get install -y file'

Result srun: unrecognized option '--container-writable' srun: unrecognized option '--container-writable'

flx42 commented 2 years ago

Which version of pyxis are you using? This argument was added recently.

arnoldas500 commented 2 years ago

I am using it with DeepOps version 20.12. Looks like the corresponding pyxis version is v0.8.1, slurm 20.02.4 and Enroot v3.1.1. Are there docs for upgrading to a newer version?

flx42 commented 2 years ago

I think you should ask the DeepOps folks on how to upgrade DeepOps (or perhaps just pyxis), feel free to file an issue on their GitHub https://github.com/NVIDIA/deepops