OpenCV 파일이 도커 파일 안에서 실행이 되지 않는다. Error : ImportError: libGL.so.1: cannot open shared object file: No such file or directory https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo sudo apt-get update sudo apt-get install libgl1-mesa-glx Error : ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or dire..
Docker
https://0902.tistory.com/6 https://www.daleseo.com/docker-volumes-bind-mounts/ https://maru1000.tistory.com/34 https://eungbean.github.io/2018/12/03/til-docker-commit/ https://oboki.net/workspace/system/docker/%EC%BB%A8%ED%85%8C%EC%9D%B4%EB%84%88%EC%97%90-shell-%ED%99%98%EA%B2%BD%EC%9C%BC%EB%A1%9C-%EC%A0%91%EA%B7%BC%ED%95%98%EA%B8%B0/ 이미지 : https://hub.docker.com/search?q=kimjungtaek kimjungtaek..
sudo docker run -it --name test-cuda --gpus all nvidia/cuda:11.2.2-devel-ubuntu20.04 bash docker start cuda-test docker attach cuda-test apt update apt upgrade apt install python3.8 -y apt install -y git apt-get install python3-venv sudo apt install python3-pip docker commit test-cuda ubuntu20.04-git-python3.8-cuda11.2 docker tag ubuntu20.04-git-python3.8-cuda11.2 kimjungtaek/ubuntu20.04-git-pyt..
Container 실행 sudo docker run -it --name test-cuda --gpus all nvidia/cuda:11.2.2-devel-ubuntu20.04 bash 만들어둔 Container 가 있다면 sudo docker start test-cuda sudo docker attach test-cuda VS Code와 Docker 연동 VS Code's Remote Development Extension VS Code's Docker Extension Error https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04#step-2-executing-the-docker-com..