본문 바로가기

Back/UBUNTU _ LINUX

(5)
[Ubuntu] 20.04x , OPENCV 설치 뻘짓과 뻘짓을 반복하며 기록 1.환경 cuda 11.0 cudnn 8.2 Ubuntu 20.041 Anaconda python 2.라이브러리 설치 - 기존 패키지 업그래이드 $ sudo apt update $ sudo apt upgrade - 필요한 패키지 설치 sudo apt-get install build-essential cmake sudo apt-get install pkg-config sudo apt-get install libjpeg-dev libtiff5-dev libpng-dev sudo apt-get install ffmpeg libavcodec-dev libavformat-dev libswscale-dev libxvidcore-dev libx264-dev libxine2-dev sudo..
[Ubuntu][Cuda] Could not load dynamic library 'libcusolver.so.10' cuda ver. : 11.3 증상: tensorflow 를 통해서 gpu로드시 제목과 같은 라이브러리를 불러오지 못함. 원인: 'libcusolver.so.10', nvidia에서 배포시 해당파일이 누락된것 같음, 11.0 버전의 경우 해당 오류가 나지 않아 11.0버전에서 파일을 옮겨 설치하면 될것 같음. 해결: 하고자하는 작업이 11.3을 꼭 필요한 작업이 아니라, 11.0으로 다운그래이드. 참고: github.com/tensorflow/tensorflow/issues/43947 CUDA 11.1 error on tf-nightly - libcusolver.so.10 not found · Issue #43947 · tensorflow/tensorflow Please make sure that thi..
[Linux] 윈도우 에서 리눅스 사용하기 WSL docs.microsoft.com/ko-kr/windows/wsl/install-win10 Windows 10에 WSL(Linux용 Windows 하위 시스템) 설치 Bash 터미널을 사용하여 Linux 배포(Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin 및 Alpine 포함)를 Windows 10 머신에 설치하는 방법을 알아봅니다. docs.microsoft.com 윈도우 공식문서, 0) 필요성. 윈도우에서 무엇이든지 다 되면 좋겠지만, 애석하게도 많은 오픈소스들은 리눅스상에서 더 잘돌아간다. 더해서, 그룹이나 기업이 많들고 관리하는 경우 Window도 지원하는 경우가 많지만, 개인이 개발하거나, 소규모 개발의 경우 window 지원이 안되는 경우가 있다. 제일 중요한것..
[Linux] Ubuntu 20.04 설치 오류 회사 컴퓨터에 리눅스 환경을 새로 구축하는 도중 발생한 오류 정리 0) 사용 iso 1.ubuntu 20.04.1 LTS releases.ubuntu.com/20.04/ Ubuntu 20.04.1 LTS (Focal Fossa) Select an image Ubuntu is distributed on two types of images described below. Desktop image The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently later. This type of image is what mos releases.ubun..
[Centos] Cuda 설치 developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=CentOS&target_version=7&target_type=rpmnetwork CUDA Toolkit 11.2 Downloads Select Target Platform Click on the green buttons that describe your target platform. Only supported platforms will be shown. By downloading and using the software, you agree to fully comply with the terms and conditions of the CUDA EULA...