Abgabe der Arbeit

This commit is contained in:
Henrik Mertens 2022-06-30 19:23:33 +02:00
parent 888c74e482
commit 04da486056
148 changed files with 991 additions and 99452 deletions

Binary file not shown.

View file

@ -0,0 +1,22 @@
# Start from a core stack version
FROM jupyter/scipy-notebook:latest
USER root
# RUN apt-get install -y apt-transport-https
RUN apt-get update --yes && \
apt-get install --yes \
--no-install-recommends \
mysql-client \
curl
# && \
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
USER ${NB_UID}
# install necessary python modules
RUN pip3 install openpyxl pymysql tabulate influxdb-client beautifulsoup4
RUN fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

View file

@ -0,0 +1,20 @@
[default]
url = "http://localhost:8086"
token = "D88FC5kmwlYRx4g6Fw3z1AB6tZ89MqiJJntd7bnc3rjUgvkfREthJOcYwIWpRIaSFapmK7dBDa5HfxaXeJ6lNg=="
org = "test-org"
active = true
#
# [eu-central]
# url = "https://eu-central-1-1.aws.cloud2.influxdata.com"
# token = "XXX"
# org = ""
#
# [us-central]
# url = "https://us-central1-1.gcp.cloud2.influxdata.com"
# token = "XXX"
# org = ""
#
# [us-west]
# url = "https://us-west-2-1.aws.cloud2.influxdata.com"
# token = "XXX"
# org = ""

Some files were not shown because too many files have changed in this diff Show more