-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: fix comments specifying sylabs login
- Loading branch information
1 parent
519832d
commit 0aa1536
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
#! /bin/bash | ||
|
||
# To build remotely, you need to first connect to a sylabs remote server using a token. | ||
# To build remotely, you need to first connect to a sylabs remote server. | ||
# Run the following command: | ||
# | ||
#singularity remote login | ||
# | ||
# Then paste the API key (in the "sylabs-token" file) into the terminal when prompted. | ||
# You should see the message "API Key Verified!". | ||
|
||
|
||
# build image | ||
singularity build --remote sauron.sif Singularity_remote.def |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
#! /bin/bash | ||
|
||
# To build remotely, you need to first connect to a sylabs remote server using a token. | ||
# To build remotely, you need to first connect to a sylabs remote server. | ||
# Run the following command: | ||
# | ||
#singularity remote login | ||
# | ||
# Then paste the API key (in the "sylabs-token" file) into the terminal when prompted. | ||
# You should see the message "API Key Verified!". | ||
|
||
# build image | ||
singularity build --remote trajectory.sif trajectory_singularity.def |