woodpecker ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-01-26 19:14:43 +01:00
parent 09557b18d9
commit 57949518bb
4 changed files with 121 additions and 4 deletions

View File

@ -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