CentOS 7搭建Linux GPU伺服器

2021-09-08 13:35:54 字數 693 閱讀 2157

到查詢gpu支援的cuda版本:

安裝結束以後。執行:

nvidia-smi
如果列出了gpu狀態資訊,表明安裝成功:

然後使用下面的命令安裝tensorflow:

conda create -n tensorflow python=2.7

source activate tensorflow

export tf_binary_url=

pip install --ignore-installed --upgrade $tf_binary_url

依次輸入:

source activate tensorflow

python

import tensorflow as tf

import pandas as pd

tf.__version__

如果沒有報錯,則表明安裝成功:

Centos7搭建LAMP Typecho部落格

yum install httpd 安裝httpd服務 systemctl start httpd 啟動httpd服務 systemctl status httpd 檢視httpd服務狀態,看到active active running 說明httpd服務已啟動 systemctl enable h...

centos7搭建lnmp環境

安裝php 5.6.26 wget 解壓 tar zxvf php 5.6.26.tar.gz 安裝編譯用的環境 yum install y libxml2 devel openssl devel libcurl devel libjpeg devel libpng devel libicu dev...

centos 7 搭建LNMP環境

2.安裝mysql community release el7 5.noarch.rpm包 安裝這個包後,會獲得兩個mysql的yum repo源 etc yum.repos.d mysql community.repo,etc yum.repos.d mysql community source....