Skip to content

Instantly share code, notes, and snippets.

@OldLipe
Created July 9, 2021 15:39
Show Gist options
  • Save OldLipe/40206564dc17392b671164ad4c1822a1 to your computer and use it in GitHub Desktop.
Save OldLipe/40206564dc17392b671164ad4c1822a1 to your computer and use it in GitHub Desktop.
example_jupyter_hub
FROM jupyter/scipy-notebook:python-3.9.5
USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ed \
less \
locales \
vim-tiny \
wget \
ca-certificates \
fonts-texgyre \
&& rm -rf /var/lib/apt/lists/*
# copy your conda env - CHANGE HERE
COPY package-list.txt .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment