Skip to content

Instantly share code, notes, and snippets.

View hkiang01's full-sized avatar

Harrison Kiang hkiang01

View GitHub Profile
@hkiang01
hkiang01 / docker-compose.yaml
Created June 18, 2022 23:10
jupyter notebook mounted as non-root user
version: '3.8'
services:
jupyter:
image: jupyter/base-notebook:python-3.10.4
environment:
NB_USER: appuser
NB_UID: "${UID}"
NB_GID: "${GID}"
CHOWN_HOME: 'yes'
CHOWN_HOME_OPTS: '-R'
@hkiang01
hkiang01 / cloudSettings
Last active July 9, 2021 20:22
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-07-09T20:22:20.633Z","extensionVersion":"v3.4.3"}
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/$(whoami)/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes