Skip to content

Instantly share code, notes, and snippets.

View nagelflorian's full-sized avatar

Florian Nagel nagelflorian

View GitHub Profile
@nagelflorian
nagelflorian / buckets.tf
Last active February 12, 2024 07:44
Terraform config for static website hosting on AWS
# AWS S3 bucket for static hosting
resource "aws_s3_bucket" "website" {
bucket = "${var.website_bucket_name}"
acl = "public-read"
tags {
Name = "Website"
Environment = "production"
}
@nagelflorian
nagelflorian / install-tensorflow.sh
Created April 5, 2017 21:27 — forked from erikbern/install-tensorflow.sh
Installing TensorFlow on EC2
# Note – this is not a bash script (some of the steps require reboot)
# I named it .sh just so Github does correct syntax highlighting.
#
# This is also available as an AMI in us-east-1 (virginia): ami-cf5028a5
#
# The CUDA part is mostly based on this excellent blog post:
# http://tleyden.github.io/blog/2014/10/25/cuda-6-dot-5-on-aws-gpu-instance-running-ubuntu-14-dot-04/
# Install various packages
sudo apt-get update
@nagelflorian
nagelflorian / keybase.md
Created September 14, 2018 08:40
Keybase Verification

Keybase proof

I hereby claim:

  • I am nagelflorian on github.
  • I am floriannagel (https://keybase.io/floriannagel) on keybase.
  • I have a public key ASAoYXjd0alXuujiaSse4qJAaUH0gd9U-THLKHqgcfrzQAo

To claim this, I am signing this object: