소스 코드에서 빌드
Go 설정하기
wget -c https://golang.org/dl/go1.20.7.linux-amd64.tar.gz -O - \ | sudo tar -xz -C /usr/localecho 'export PATH=$PATH:/usr/local/go/bin:$(/usr/local/go/bin/go env GOPATH)/bin' \ >> ~/.bashrc && source ~/.bashrc
최신 릴리즈 Singularity 설치하기
go install github.com/data-preservation-programs/singularity@latest미출시 기능 사용해보기
git clone https://github.com/data-preservation-programs/singularity.gitcd singularitygo build -o singularity . cp singularity $GOPATH/bin
Last updated
Was this helpful?