Skip to content

Instantly share code, notes, and snippets.

View mainyaa's full-sized avatar

Kazuyuki Mori mainyaa

  • Topgate, Inc.
  • Tokyo, JP
View GitHub Profile
@mainyaa
mainyaa / ml-install.sh
Last active October 5, 2018 08:13
ML installation
#set -eux
PATH=$PATH:~/anaconda3/bin
# This is necessary to for apt to access HTTPS sources
sudo apt-get update && \
sudo apt-get install apt-transport-https
# Cuda support.
CUDA_VERSION=9.0.176