일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Kernel
- AMD
- top500
- Docker
- Source
- CUDA
- build
- patch
- HPE
- nvidia
- HPFSS
- rhel
- java
- Cray
- Linux
- hpcm패치
- gpfs
- ubuntu
- PFSS
- GPU
- SLURM
- version
- Singularity
- 1.9
- conda
- HPCM
- infiniband
- CPU
- 1.10
- LUSTRE
- Today
- Total
목록Singularity (4)
HPE CRAY 자료 공유
[오류 내용] ERROR : Failed to create user namespace: user namespace not supported by your system Linux Kernel 3.8 버전 부터 user namespace를 지원하여, 하위 OS(kernel)에서는 user namespace 생성에 오류가 발생한다.
1. Docker repository의 이미지를 singularity이미지로 변경하는 경우 - 사용방법: singularity pull [저장할 이미지명] docker://[docker hub의 이미지명] - 예제 # singularity pull determinedai/environments:cuda-11.3-pytorch-1.10-tf-2.8-gpu-096d730 \ docker://determinedai/environments:cuda-11.3-pytorch-1.10-tf-2.8-gpu-096d730 2. Local docker image 변환하는 경우 - Local docker image save [root@gnode01 test]# docker images REPOSITORY TAG IMAGE ..
1. 의존 패키지 설치 # yum groupinstall "Development Tools" # yum install openssl-devel wget cryptsetup libuuid-devel libseccomp-devel squashfs-tools 2. Golang 설치 $ wget https://golang.org/dl/go1.16.5.linux-amd64.tar.gz $ tar xvzf go1.16.5.linux-amd64.tar.gz ※ go는 PATH 설정 후 진행, 이하 진행은 module 생성 후 진행 내용 입니다. 3. singularity 설치 $ module load go/1.16.5 $ export VERSION=3.8.5 $ wget https://github.com/hpcng/..
1. dependencies openssl-devel wget cryptsetup libuuid-devel libseccomp-devel squashfs-tools 2. install golang - Linux 2.6.23 binary version $ wget https://golang.org/dl/go1.16.5.linux-amd64.tar.gz - golang 환경 설정 $ export PATH=/home/sylee/go/bin:$PATH 3. install singularity # wget https://github.com/sylabs/singularity/releases/download/v3.8.0/singularity-ce-3.8.0.tar.gz # tar xvzf singularity-ce-..