일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- HPCM
- SLURM
- client
- PBS
- 1.10
- Singularity
- gpfs
- patch
- hpcm패치
- CPU
- Cray
- Docker
- version
- java
- HPFSS
- Source
- infiniband
- v1.9
- GPU
- Linux
- 1.9
- PFSS
- HPE
- CUDA
- nvidia
- rhel
- AMD
- ubuntu
- LUSTRE
- build
- Today
- Total
목록IMAGE (2)
HPE CRAY 자료 공유
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 ..
- MLDE 내용 참고 Export # cm image capture -i hpe-mlde-login-0.17.15-rhel-8.5 -n # tar -C /opt/clmgr/image/images --numeric-owner --xattrs --acls -cpvzf hpe-mlde-login-0.17.15-rhel-8.5.tar.gz hpe-mlde-login-0.17.15-rhel-8.5 Import # tar -C /opt/clmgr/image/images --xattrs --acls --xattrs-include=* -zpxvf hpe-mlde-master-0.17.15-rhel-8.5.tar.gz # cm image create -i hpe-mlde-master-0.17.15-rhel-8.5 --..