You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented a prototype for "dockersalloc".
Due to the dilemma that we need a GPU id to start a docker container and we need a PID to assign a GPU.
I decided to start the docker first, therefore, docker container can see all GPUs.
After having the PID of the docker container, I will do as standard "salloc" to assign a GPU.
I'm having trouble with write the environment variables to the docker bash session.
So, current implementation requires user copy and paste one export instruction.
No description provided.
The text was updated successfully, but these errors were encountered: