Installing and Uninstalling Software/Packages
- 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>’
Launching containers in the terminal/command prompt
...
This page includes commonly asked questions using the Research Cluster.
Question Topics:
Accessing & Launching Containers
Expand |
---|
title | How do you launch containers in JupyterHub from the terminal? |
---|
|
|
...
File uploads
Terminal: Files uploads
Expand |
---|
title | How do you get to your home directory? |
---|
|
|
...
Expand |
---|
title | How do you upload files from OneDrive files to your home directory? |
---|
|
|
...
...
...
...
Expand |
---|
title | How do you upload files to shared storage (e.g. lab, group, or USS storage)? |
---|
|
|
...
title | To upload files via the terminal to the group storage, proceed with the following steps: |
---|
...
...
...
...
- Image Added
Enter ‘exit’ or ‘quit’ when done uploading files. Next, ssh in the Research Cluster ‘ssh dsmlp-login.ucsd.edu’ and enter AD password Enter ‘cd /dsmlp/teams’ to view files in the shared storage.
For
|
...
Jupyter Notebook
...
: File uploads
...
Expand |
---|
title | How to upload files in Jupyter Notebook? |
---|
|
Log in at datahub.ucsd.edu. Launch your preferred environment. Navigate to your teams folder. Select ‘Upload’ to transfer new files.
|
Software Installation
Terminal: Installing and Uninstalling Software/Packages
Expand |
---|
title | When installing packages, do you need to launch a container first? |
---|
|
|
Expand |
---|
title | Can you run GPU containers in the terminal? |
---|
|
|
Expand |
---|
title | How do I view packages installed in my home directory? |
---|
|
|
Expand |
---|
title | How do I install packages in my home directory? |
---|
|
|
Expand |
---|
title | How do I uninstall packages from my home directory? |
---|
|
After ssh and launching a container, then install package using ‘pip uninstall <package>’
|
Jupyter Notebook: Installing and Uninstalling Software/Packages
Expand |
---|
title | How do I view packages installed? |
---|
|
|
Expand |
---|
title | How do I install packages in my home directory? |
---|
|
...
Expand |
---|
title | How do I uninstall packages from my home directory? |
---|
|
|