Docker

· Docker
ubuntu 이미지를 깔아서 그 위에 텐서플로우를 설치하여도 되지만, 텐서플로우 공식 홈페이지에 쥬피터와 텐서플로우가 모두 깔려져 있는 이미지가 이미 존재하길래 해당 이미지를 사용해주었습니다. 출처 : https://www.tensorflow.org/install/docker?hl=ko#download_a_tensorflow_docker_image Docker | TensorFlow Google I/O를 시청해 주셔서 감사합니다. 모든 세션을 주문형으로 시청하세요.주문형 동영상 보기 Docker 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. Docker는 www.tensorflow.org 그냥 latest 태그를 깔게 되면 CPU만을 사용하는 텐서플로우를 깔게 됩니다. 저..
· Docker
정보 출처 : https://docs.docker.com/config/pruning/ Prune unused Docker objects docs.docker.com Docker는 이미지, 컨테이너, 볼륨 및 네트워크와 같이 사용되지 않는 객체에 대해 보수적인 접근 방식을 취합니다. Docker에 명시적으로 요청하지 않는한 제거되지 않습니다. 대신 Docker 에는 사용하지 않는 이미지, 컨테이너, 볼륨 등에 대해 쉽게 가지치기(Prune) 할 수 있는 명령어가 존재합니다. 이를 금일 게시글을 통해 알아두고자 합니다. 도커 이미지 정리 Dangling Image 정리 태그가 지정되지 않고, 컨테이너에서 참조하지 않는 이미지를 뜻합니다. docker image prune WARNING! This will r..
· Docker
http://www.open3d.org/docs/release/docker.html#install-and-run-open3d-apps-in-docker Docker — Open3D 0.17.0 documentation Docker provides a convenient way to build, install and run applications isolated from the rest of your system. You do not need to change software versions on your system or install new software, except the Docker engine itself. First, install Docker follow www.open3d.org # Th..
· Docker
1. commit docker commit [container_name] [image_name] docker commit test-cuda kimjungtaek/nia_maskrcnn 2. tag 변경 docker id가 이미지 이름 앞에 붙어야 합니다. 또는 commit 할 때 처음부터 docker id/image_name 형식으로 commit 했다면 변경하지 않아도 됩니다. docker tag [image_name] [docker id/image_name] docker tag ubuntu20.04-git-python3.8-cuda11.2 kimjungtaek/ubuntu20.04-git-python3.8-cuda11.2 3. push docker login 이 먼저 진행된 상태이어야 합니다. dock..
scone
'Docker' 카테고리의 글 목록