도커에 mmpose 설치과정
1) 도커 허브에서 콘다 이미지 다운받기
https://docs.anaconda.com/free/anaconda/applications/docker/
2) mmpose 설치
https://mmpose.readthedocs.io/en/latest/installation.html
중간에 pip install chardet 필요
gcc 설치 에러시
https://blog.dalso.org/linux/ubuntu/17408
apt update 후 다시 시도
에러 발생
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
https://somjang.tistory.com/entry/Docker-opencv-%EC%84%A4%EC%B9%98-%EC%8B%9C-ImportError-libGLso1-cannot-open-shared-object-file-No-such-file-or-directory-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95
apt-get update
apt-get -y install libgl1-mesa-glx
안된다!!!!!!!!!! GPU가 안먹네
ubuntu 이미지로 다시 시작
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
apt-get install wget
https://github.com/NVIDIA/nvidia-docker/issues/1238#issuecomment-671224830
apt-get install gnupg && apt-get install gnupg1 && apt-get install gnupg2
apt-get install curl
https://stackoverflow.com/questions/38229579/docker-container-lsmod-not-found
엔비디아 도커 설치 가이드
https://velog.io/@inthecode/Windows-10WSL%EC%97%90%EC%84%9C-Docker%EB%A5%BC-%ED%99%9C%EC%9A%A9%ED%95%98%EC%97%AC-Tensorflow-GPU%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0
https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=WSL-Ubuntu&target_version=2.0&target_type=runfile_local
https://dongle94.github.io/docker/docker-nvidia-docker-install/
wsl 에서 지우고 다시 설치할 때
https://www.senterie.com/posts/45/