[PYTHON] Using Chainer with CentOS7 [Environment construction]

Environmental outline

Build CentOS

First, create a CentOS7 environment on your Mac with vagrant.

vagrant box add centos_7_x64 https://github.com/holms/vagrant-centos7-box/releases/download/7.1.1503.001/CentOS-7.1.1503-x86_64-netboot.box

mkdir vagrant_centos7
cd vagrant_centos7
vagrant init centos_7_x64

What to install on CeontOS 7

Run after logging in with vagrant ssh.

su
yum -y install python-devel
pip install setuptools --upgrade
pip install numpy --upgrade
pip install chainer
yum -y install git

Download the sample

Log in to CentOS7 and work.

mkdir sample
cd sample
git clone  https://github.com/pfnet/chainer
cd chainer/examples/mnist/
python train_mnist.py

Recommended Posts

Using Chainer with CentOS7 [Environment construction]
Python3 environment construction with pyenv-virtualenv (CentOS 7.3)
About Linux environment construction (CentOS)
Anaconda environment construction on CentOS7
ML environment construction with Miniconda
Get started with Python! ~ ① Environment construction ~
ruby environment construction with aws EC2
Easy Jupyter environment construction with Cloud9
Server construction with CONOHA VPS (CentOS)
Automate environment construction with Shell Script
pytorch @ python3.8 environment construction with pipenv
Data science environment construction with Docker
Python3.6 environment construction (using Win environment Anaconda)
Environment construction with pyenv and pyenv-virtualenv
Web application created with Python + Flask (using VScode) # 1-Virtual environment construction-
[Ubuntu 18.04] Python environment construction with pyenv + pipenv
Vue.js + Flask environment construction memorandum ~ with Anaconda3 ~
A memo packed with RADEX environment construction
Let's get along with Python # 0 (Environment construction)
Django environment construction
DeepIE3D environment construction
Linux environment construction
Python environment construction
Linux (CentOS) construction
Environment construction (python)
django environment construction
CodeIgniter environment construction
python environment construction
Python --Environment construction
Seq2Seq (1) with chainer
Play with CentOS 8
Golang environment construction
python environment construction
Word2vec environment construction
Collecting information from Twitter with Python (Environment construction)
Environment construction with VSCode + Remote Container (Go / Application)
Analytical environment construction with Docker (jupyter notebook + PostgreSQL)
MacOS 10.11 environment construction: Powerline with Anaconda and Dein.vim
Build a python environment with ansible on centos6
Try using conda virtual environment with Jupyter Notebook
[0] TensorFlow-GPU environment construction built with Anaconda on Ubuntu
Poetry-virtualenv environment construction with python of centos-sclo-rh ~ Notes
[Environment construction] Dependency analysis using CaboCha in Python 2.7
First python ① Environment construction with pythonbrew & Hello World !!
From Python environment construction to virtual environment construction with anaconda
Using Flask with Nginx + gunicorn configuration [Local environment]
Virtual environment construction with Docker + Flask (Python) + Jupyter notebook
Environment construction: GCP + Docker
Django project environment construction
python windows environment construction
Go language environment construction
ConoHa environment construction memo
[Python] OpenCV environment construction with Docker (cv2.imshow () also works)
homebrew python environment construction
From Kafka to KSQL --Easy environment construction with docker
Anaconda-4.2.0-python3 environment construction (Mac)
Use tensorboard with Chainer
Data analysis environment construction with Python (IPython notebook + Pandas)
YOLO v4 environment construction ①
Start CentOS 8 using VirtualBox
Web application made with Python3.4 + Django (Part.1 Environment construction)