Skip to content

Instantly share code, notes, and snippets.

View sentient's full-sized avatar
⏱️
Working from home

Sentient sentient

⏱️
Working from home
View GitHub Profile
from
https://hub.docker.com/r/bitnami/rabbitmq/
Tags at https://hub.docker.com/r/bitnami/rabbitmq/tags/
docker pull bitnami/rabbitmq:3.6.8-r1
@sentient
sentient / DockerKerasGettingStarted.md
Last active April 18, 2017 03:02
Docker Keras TensorFlow notes
@sentient
sentient / Dockerfile
Last active April 13, 2017 23:38
Nvidia docker (cuda) / Torch / Lua / OpenResty / Nginx
FROM nvidia/cuda:8.0-devel-ubuntu16.04
ARG RESTY_VERSION="1.11.2.2"
ARG RESTY_LUAROCKS_VERSION="2.3.0"
ARG RESTY_OPENSSL_VERSION="1.0.2j"
ARG RESTY_PCRE_VERSION="8.39"
ARG RESTY_J="1"
ARG RESTY_CONFIG_OPTIONS="\
--with-file-aio \
--with-http_addition_module \
@sentient
sentient / InstallCudaDockerNotes.md
Last active June 27, 2017 18:42
Notes on CUDA docker installation
@sentient
sentient / java-ubuntu-notes.md
Last active November 26, 2018 05:56
Running Java on Ubuntu 16

Java on Ubuntu 16.06

Notes on installing java and the java plugin for firefox (with exception list editing)

Install the JDK for Oracle

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update