You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 9
Next »
This page includes commonly asked questions using the Research Cluster.
Question Topics:
Accessing & Launching Containers
How do you launch containers in JupyterHub from the terminal?
File uploads
Terminal: Files uploads
How do you get to your home directory?
For researchers, enter ‘ls’ after logging in.
For administrators, enter ‘cd /datasets/home/72/072/kkt008/’ then ‘ls’
How do you upload files from OneDrive files to your home directory?
For researchers: No just navigate to the OneDrive folder via terminal and follow instructions here. Afterwards, ssh into Research cluster and enter ‘ls’ to view files.
For administrators: At ‘sftp>’ step, enter ‘cd /datasets/home/72/072/kkt008/’. Then enter ‘put filename.txt’ to upload files.
How do you upload files to shared storage (e.g. lab, group, or USS storage)?
For researchers:
For administrators:
Jupyter Notebook: File uploads
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
When installing packages, do you need to launch a container first?
Can you run GPU containers in the terminal?
How do I view packages installed in my home directory?
How do I install packages in my home directory?
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
How do I view packages installed?
How do I install packages in my home directory?
How do I uninstall packages from my home directory?