| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- nfs mount
- nouveau
- yolov7
- 리눅스
- 네트워크
- 파이썬
- IOU
- 도커 컨테이너
- 비디오미리보기
- 딥러닝
- 정처기
- dkms
- mAP@.5
- deepstream
- 주피터 노트북
- 스프링
- docker
- pyMySQL
- C
- 도커
- tao_toolkit
- 딥스트림
- Linux
- 타오툴킷
- Python
- Spring
- 알고리즘
- C++
- SQLD
- 백준
- Today
- Total
목록Linux (33)
한 번만 더 해보자
cat /proc/PID/cmdline
sudo vim /etc/nvidia-container-runtime/config.toml주석 해제no-cgroups = false도커 재시작service docker restart
상황도커 설치 도중 apt-get update를 하면 아래와 같은 에러가 발생한다 에러코드The repository ' jammy Release' does not have a Release file. 해결방법# 잘못된 리포지토리 제거sudo rm /etc/apt/sources.list.d/docker.list# 필요한 패키지 설치sudo apt-get install -y ca-certificates curl gnupg lsb-release# Docker의 GPG 키 추가sudo mkdir -p /etc/apt/keyringscurl -fsSL | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg# Docker 리포지토리 설정 추가echo \\ "deb ..
상황jupyter notebook을 실행하려고 하는데 아래와 같은 에러 발생 에러코드ubuntu@ip-172-31-25-159:~/jupyter $ jupyter notebook --ip 0.0.0.0 --allow-root --port 8888/home/ubuntu/.local/lib/python3.6/site-packages/pkg_resources/__init__.py:119: PkgResourcesDeprecationWarning: 0.18ubuntu0.18.04.1 is an invalid version and will not be supported in a future release PkgResourcesDeprecationWarning,Error executing Jupyter comma..