Skip to content

Commit

Permalink
doc: fix comments specifying sylabs login
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanRob committed Aug 6, 2020
1 parent 519832d commit 0aa1536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 2 additions & 5 deletions envs/sauron/build_singularity_image.sh
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
6 changes: 1 addition & 5 deletions envs/trajectory/build_singularity_image.sh
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

0 comments on commit 0aa1536

Please sign in to comment.