Files
jupyterhub/examples/postgres/hub/Dockerfile
2014-10-31 14:55:10 -04:00

10 lines
220 B
Docker

FROM jupyter/jupyterhub
RUN apt-get install -y libpq-dev \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& pip3 install psycopg2
# Replace this with your own password.
ENV JPY_PSQL_PASSWORD arglebargle