#centos tensorflow 설치 썸네일형 리스트형 [Tensorflow] CentOS 7.0 에서 Tensorflow 설치 sudo yum -y install epel-releasesudo yum -y install gcc gcc-c++ python-pip python-devel atlas atlas-devel gcc-gfortran openssl-devel libffi-devel # use pip or pip3 as you prefer for python or python3sudo pip install --upgrade virtualenvsudo virtualenv --system-site-packages ~/venvs/tensorflowsudo pip install --upgrade numpy scipy wheel cryptography #optional # install tensorflow# tensorflow-cpus.. 더보기 이전 1 다음