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?
- Laptop/Desktop terminal:
- After ssh and launching a container, enter ‘pip list --user’.
- Jupyter Notebook terminal:
- From your homepage, select ‘New’ > ‘Terminal’. In the Jupyter Notebook terminal, enter ‘pip list --user’.
- How do I install packages in my home directory?
- Laptop/Desktop terminal:
- After ssh and launching a container, then install package using ‘pip install <package>’.
- Jupyter Notebook terminal:
- From your homepage, select ‘New’ > ‘Terminal’. In the Jupyter Notebook terminal, enter ‘pip install <package>’
- How do I uninstall packages from my home directory?
- Laptop/Desktop terminal:
- After ssh and launching a container, then install package using ‘pip uninstall <package>’.
- Jupyter Notebook terminal:
- From your homepage, select ‘New’ > ‘Terminal’. In the Jupyter Notebook terminal, enter ‘pip uninstall <package>’
...
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)? |
---|
|
|
...
...
...
Via the terminal navigate to the folder that stores the file(s). Image AddedEnter ‘ls’ to list the files. Enter ‘sftp username@dsmlp-login.ucsd.edu’ and enter your AD password. Enter ‘cd /uss/labname’. Entering this code will direct your uploads to the team storage. This command is not shown in the image below.
Enter ‘put filename.txt’. Repeat this code for every file to be uploaded. Image AddedEnter ‘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 administrators:
|
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? |
---|
|
|