WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rafael Wüest Karpati
A Hyperion Tutorial
Commits
74eb6a81
Commit
74eb6a81
authored
May 11, 2022
by
Karger
Browse files
Update 3_advanced/b_modules_containers/install.singularity
parent
76714049
Changes
1
Hide whitespace changes
Inline
Side-by-side
3_advanced/b_modules_containers/install.singularity
View file @
74eb6a81
sudo apt-get update && sudo apt-get install -y build-essential libssl-dev uuid-dev libgpgme11-dev squashfs-tools wget git cryptsetup-bin
sudo apt-get update && sudo apt-get install -y build-essential libssl-dev uuid-dev libgpgme11-dev libglib2.0-dev
squashfs-tools wget git cryptsetup-bin
export VERSION=1.11 OS=linux ARCH=amd64
cd /tmp
...
...
@@ -12,7 +13,7 @@ source ~/.bashrc
mkdir -p $GOPATH/src/github.com/sylabs
cd $GOPATH/src/github.com/sylabs
git clone https://github.com/sylabs/singularity.git
git clone
--recurse-submodules
https://github.com/sylabs/singularity.git
cd singularity
go get -u -v github.com/golang/dep/cmd/dep
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment