아아... Docker Container에서 nvidia-smi 를 입력하니 Failed to initialize NVML 라는 에러 메시지가 뜨면서 GPU 인식이 안된다. 도커를 재설치했다. 안된다. 최신 GPU Driver를 설치했다. 안된다. Nvidia 도커를 재설치했다. 안된다 https://kimfra.com/55817c380fa949fbbfe16626a49c007b [CUDA]Failed to initialize NVML: Unknown Error 오류쿠버네티스 파드에서 GPU 를 사용할 때 발생하는 오류 해결 방법을 알아보았다.kimfra.comprivileged 를 True로 줬다. 되긴됐다. 근데 컨테이너 상에서 내가 Docker compose파일에 지정한 GPU 말고 다른 GPU들도..
https://stackoverflow.com/a/49647309/10386667 Interactive shell using Docker Compose Is there any way to start an interactive shell in a container using Docker Compose only? I've tried something like this, in my docker-compose.yml: myapp: image: alpine:latest entrypoint: /bin/sh stackoverflow.com docker compose run {서비스 이름} /bin/bash 만약 yaml 파일이 아래와 같이 작성돼있다면 {서비스 이름}에 app을 넣어주면 됨 stdin_open, tt..
https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuda CUDA | NVIDIA NGC CUDA is a parallel computing platform and programming model that enables dramatic increases in computing performance by harnessing the power of the NVIDIA GPUs. catalog.ngc.nvidia.com nvidia에서 제공하는 cuda-devel 이미지를 사용하면 TensorRT 를 쉽게 설치할 수 있다. * TensorRT이미지를 사용해도 되지만 cuda-devel 을 base로 하는 경우에 한하여 작성된 글이다. cuda-devel 이미지로..
https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/supported-tags.md doc/supported-tags.md · master · nvidia / container-images / cuda · GitLab GitLab.com gitlab.com OS 별로, CUDA 별로, 그리고 cudnn 유무에 따른 이미지들의 태그가 쭉 있다. docker pull nvidia/cuda:태그 로 다운로드 받으면된다.
https://github.com/google/cadvisor/issues/1943 cadvisor docker container fails to start "mountpoint for cpu not found" (clearcontainers) · Issue #1943 · google/cadvisor I am attempting to run cadvisor on Debian Stretch (without systemd). My docker setup is using clearcontainers and a backend with block-based sparse LVM storage (layered onto ZFS). Everything is fun... github.com Docker 책 보면서 실습을 ..
VSCode의 Extension인 Dev Containers(= Remote-Containers) 를 이용하여 (1) 서버에 있는 PC의 (2) 도커 컨테이너에 접속해보려니 아래와 같은 오류가 출력됐다. Docker Dev Container Permission Denied (publickey, gssapi-keyex, gssapi-with-mic, password) 참으로 무서운 에러이다. 더 무서운건 에러 텍스트가 복사가 안됐다. 찾아보니 다행히도 깃헙 이슈란에 나와 같은 이슈가 있었고 해결 방법도 있었다. https://github.com/microsoft/vscode-remote-release/issues/7654 Unable to connect to Docker container on remote..
https://github.com/docker/docker.github.io/pull/15513#event-7329790969 add start command to run hello-world image by developer0hye · Pull Request #15513 · docker/docker.github.io Proposed changes I added start command before running sudo docker run hello-world because we can't run docker image after installing docker following guide without running docker. Related issues (... github.com WSL 에 Do..
이미지가 생성될때 환경변수를 정의해야할 일이 있었다. RUN export ~ 를 써서 했더니 문제가 생겼다. 찾아보니 ENV 란 명령어를 써야 이미지가 빌드될때, 그리고 Container 가 생성됐을때 그 환경변수가 그대로 세팅된 값으로 유지된다고 한다. ENV 명령어는 아래 처럼 쓰면 된다. ENV 변수 정의할_값 아래 링크에 설명이 굉장히 잘 되어 있는 거 같다. 나중에 시간날때 제대로 읽어봐야겠다. https://stackoverflow.com/a/63640896/10386667 How do I set environment variables during the build in docker I'm trying to set environment variables in docker container du..
- Total
- Today
- Yesterday
- LCA
- 파이참
- MOT
- ㅂ
- 백준 11437
- 위상 정렬 알고리즘
- PyCharm
- Lowest Common Ancestor
- 자료구조
- 백준 1766
- 백트래킹
- 조합
- 문제집
- FairMOT
- 이분탐색
- 순열
- 인공지능을 위한 선형대수
- 백준
- C++ Deploy
- 가장 긴 증가하는 부분 수열
- 단축키
- 백준 11053
- cosine
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |