Giter Club home page Giter Club logo

Comments (3)

chldydgh4687 avatar chldydgh4687 commented on August 14, 2024
  1. 그래픽카드 정보 확인
$ sudo lshw -C display
  1. 그래픽카드 추천 드라이버 확인
$ ubuntu-drivers devices
  1. APT로 드라이버를 설치
#ex)
$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt update
$ apt-cache search nvidia | grep nvidia-driver-418
$ sudo apt-get install nvidia-driver-418
$ sudo reboot
  1. 잘 못 설치하거나 충돌했을 경우
$ sudo apt --purge autoremove nvidia*

from 00self-linux_trial_and_error.

chldydgh4687 avatar chldydgh4687 commented on August 14, 2024

이 repo에 나온 caffe s2vt를 위해서는 gcc-6 가 필요한데 이 설치는 모든 cuda 설치가 끝난 후에 다음과 같은 방식으로 삭제했다가 다시 설치한다. 설정 후에는 꼭 software updates를 멈추게 한다.

  • g++ 설치
sudo apt-get install g++-6
  • gcc 버전 확인
gcc --version
  • gcc 삭제
sudo apt-get remove gcc
  • gcc 버전 6 설치
sudo apt-get install gcc-6
  • gcc path 수정
$ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60
$ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 60

from 00self-linux_trial_and_error.

chldydgh4687 avatar chldydgh4687 commented on August 14, 2024

AT UBUNTU 20.04 LTS, If you connect network to computer, It is automatically installed to nvidia graphic driver by itself.

from 00self-linux_trial_and_error.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.