Singularity
  • Initial page
  • Uploading a Singularity Container
  • Downloading a Singularity Container
Powered by GitBook
On this page
  • Download from a web browser
  • Download from command line

Was this helpful?

Downloading a Singularity Container

PreviousUploading a Singularity Container

Last updated 5 years ago

Was this helpful?

Download from a web browser

Open a browser, go to "https://shub.ccv.brown.edu", and then click the "Login" menu on the top.

Click either the "LOGIN WITH GITHUB" or the "LOGIN WITH GOOGLE" button.

Click the "Containers" menu on the top

Click the the name of the container to download

Click the "Download" button to download the container

Download from command line

Log in to Oscar

ssh my_account@ssh.ccv.brown.edu

Log in to https://shub.ccv.brown.edu and find the container to download, e.g. n8g/hello:latest

Pull the image in your terminal

singularity pull hello.sif https://shub.ccv.brown.edu/collections/n8g/hello:latest