...
When installing packages, do you need to launch a container first?
Yes. You must first launch a container then use pip install. The package will be saved in your home directory and available to use each time you log into your account and for any container.
Can you run GPU containers in the terminal?
Yes. Note: You cannot launch duplicates of the same container at the same time – meaning one in the terminal and one datahub.
How do I view packages installed in my home directory?
After ssh and launching a container, enter ‘pip list --user’.
How do I install packages in my home directory?
After ssh and launching a container, then install package using ‘pip install <package>’.
How do I uninstall packages from my home directory?
After ssh and launching a container, then install package using ‘pip uninstall <package>’
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...