Abgabe der Arbeit
This commit is contained in:
parent
888c74e482
commit
04da486056
BIN
Abgabe/Anhang Henrik Mertens.zip
Normal file
BIN
Abgabe/Anhang Henrik Mertens.zip
Normal file
Binary file not shown.
22
Abgabe/Anhang Henrik Mertens/Docker/JupyLab/Dockerfile
Normal file
22
Abgabe/Anhang Henrik Mertens/Docker/JupyLab/Dockerfile
Normal 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}"
|
|
@ -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 = ""
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue