Skip to content

Instantly share code, notes, and snippets.

@jsiebens
jsiebens / docker-compose.yaml
Created May 13, 2020 06:20
Ghost + Traefik + Inlets PRO
version: '3.2'
services:
inlets:
image: inlets/inlets-pro:0.6.1
restart: always
command: [
"client",
"--connect", "${INLETS_REMOTE}",
@jetsonhacks
jetsonhacks / installCaffe.sh
Last active July 10, 2020 04:09
Install Caffe on NVIDIA Jetson TK1 LT4 21.2 - CUDA 6.5
#!/bin/sh
# Install and compile Caffe on NVIDIA Jetson TK1 Development Kit
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install libprotobuf-dev protobuf-compiler gfortran \
libboost-dev cmake libleveldb-dev libsnappy-dev \
libboost-thread-dev libboost-system-dev \
libatlas-base-dev libhdf5-serial-dev libgflags-dev \
libgoogle-glog-dev liblmdb-dev -y