일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 프로그래머스
- 프로그래머스네트워크
- Faster R-CNN
- 프로그래머스게임맵최단거리
- Code Study
- 프로그래머스bfs
- 코딩테스트2단계
- Paper list
- Object Detection
- 다음큰숫자
- 프로그래머스너비우선탐색
- 커피후기
- ssd
- Two stage Detector
- Single Shot MultiBox Detector
- 프로그래머스타겟넘버파이썬
- 프로그래머스타겟넘버
- 코딩테스트연습
- deep learning
- ECCV
- 프로그래머스파이썬
- One stage detector
- 코딩테스트네트워크
- Pytorch pruning
- 최솟값 만들기
- 프로그래머스타겟넘버정답
- Pruning Tutorial
- 타겟넘버bfs
- SSD 리뷰
- pytorch
- Today
- Total
목록Study/docker (7)
soyeonland
https://stackoverflow.com/questions/19585028/i-lose-my-data-when-the-container-exits
https://data-scient2st.tistory.com/46 [docker] docker GPU 설정예전 글들을 보면 docker container에서 gpu 를 사용하기 위해서는 nvidia-docker를 새로 설치해야된다고 합니다. 하지만, docker 19.*.* 이후부터는 docker 자체에서도 gpu를 지원하게 되었습니다. 따라서 현 시data-scient2st.tistory.com 1. nvidia-container-runtime 설치$ apt-get install nvidia-container-runtime2. 설치가 잘 되었는지 확인 which nvidia-container-runtime-hook3. docker restart재실행하지 않으면, gpu가 인식되지 않음.sudo sys..
https://hanseokhyeon.tistory.com/entry/Docker-for-ML-3-%EB%A1%9C%EC%BB%AC-%EB%94%94%EB%A0%89%ED%86%A0%EB%A6%AC%EC%99%80-%EC%BB%A8%ED%85%8C%EC%9D%B4%EB%84%88-%EB%A7%88%EC%9A%B4%ED%8A%B8%ED%95%98%EA%B8%B0
Error saving credentials: error storing credentials - err: exit status 1, out: `error storing credentials - err: exit status 1, out: `pass not initialized: exit status 1: Error: password store is empty. Try "pass init".`` https://stackoverflow.com/questions/71770693/error-saving-credentials-error-storing-credentials-err-exit-status-1-out Error saving credentials: error storing credentials - err:..
run tensorflow container in dockerhttps://hub.docker.com/r/tensorflow/tensorflow/apt-get updateapt-get install git docker run -it -v local_directory:container_directory images:tag https://stackoverflow.com/questions/22907231/how-to-copy-files-from-host-to-docker-containerdocker cp "경로"container : docker psremote-container
지우기:docker rmi -f $(docker images | grep "" | awk "{print \$3}")
451You need to commit the changes you make to the container and then run it. Try this:sudo docker pull ubuntusudo docker run ubuntu apt-get install -y pingcontainer1c9a27ef1ed12. saeve as image (docker commit 은 비추천하는 방법, 급할때만 사용, 다시 되돌리기 어려움.)https://stackoverflow.com/questions/36826380/docker-how-to-save-running-instancedocker commit3. build 하기