Skip to content

Instantly share code, notes, and snippets.

@geekcui
geekcui / macOS High Sierra 10.13.3 install TensorFlow 1.11.0 with GPU support.md
Last active February 14, 2019 22:17
macOS High Sierra 10.13.3 install TensorFlow 1.11.0 with GPU support

macOS: 10.13.3(17D102)

WebDriver: 387.10.10.10.25.156

CUDA Toolkit: 9.1.128

cuDNN: 7

NVDAEGPUSupport: 6

@geekcui
geekcui / gist:0c584090b979be9cf259d5f4607a0a4b
Created March 29, 2018 11:18 — forked from kwilczynski/gist:90ffc7c393a77bd6c7a0bc9ca7bef610
Install growpart on CentOS 6.8 to support growing partition on boot in EC2.
#!/bin/bash
set -e
set -u
set -o pipefail
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
yum install -y \
cloud-init cloud-utils-growpart \
@geekcui
geekcui / jinja2_file_less.py
Created March 3, 2018 13:47 — forked from wrunk/jinja2_file_less.py
python jinja2 examples
#!/usr/bin/env/python
#
# More of a reference of using jinaj2 without actual template files.
# This is great for a simple output transformation to standard out.
#
# Of course you will need to "sudo pip install jinja2" first!
#
# I like to refer to the following to remember how to use jinja2 :)
# http://jinja.pocoo.org/docs/templates/
#
@geekcui
geekcui / macOS High Sierra 10.13.3 install TensorFlow 1.5.0 with GPU support.md
Last active February 8, 2024 23:24
macOS High Sierra 10.13.3 install TensorFlow 1.5.0 with GPU support