Skip to content

Instantly share code, notes, and snippets.

View rscircus's full-sized avatar
💭
👋

Roland Siegbert rscircus

💭
👋
View GitHub Profile
@rscircus
rscircus / Dockerfile
Created March 10, 2020 09:23 — forked from alonisser/Dockerfile
Dockerfile for spacy prodigy for cloud setup using remote postgresql including changing instructions file and overriding index.html - and the leanest I've got
FROM python:3.6-alpine
# Opted for alpine to get a lean docker image as possible
RUN apk add --no-cache openssl
ENV DOCKERIZE_VERSION v0.6.1
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz
# Python deps for alpine
@rscircus
rscircus / dr_hut_checkliste.md
Last active June 21, 2018 15:10
Dr. Hut Verlag Checklist Manuscript
@rscircus
rscircus / cloudSettings
Last active March 24, 2020 13:03
Visual Studio Code Sync Settings Gist
{"lastUpload":"2020-03-24T13:03:14.614Z","extensionVersion":"v3.4.3"}