This commit is contained in:
12
Dockerfile
12
Dockerfile
@ -1,14 +1,18 @@
|
||||
FROM jupyter/scipy-notebook:latest
|
||||
FROM quay.io/jupyter/scipy-notebook:2024-01-23
|
||||
|
||||
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
|
||||
LABEL ImageName="registry.gitlab.com/wolutator/registry.gitlab.com/wolutator/"
|
||||
|
||||
ENV PASSWORD ""
|
||||
|
||||
USER root
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install -y postgresql-client-common libpq-dev
|
||||
|
||||
USER $NB_USER
|
||||
RUN \
|
||||
conda update -y -n base conda && \
|
||||
pip install influxdb && \
|
||||
pip install pymongo && \
|
||||
pip install psycopg && \
|
||||
conda install -y pandas-datareader && \
|
||||
fix-permissions $CONDA_DIR && \
|
||||
fix-permissions /home/$NB_USER
|
||||
|
Reference in New Issue
Block a user