Skip to content
Snippets Groups Projects
Commit e9a3fa64 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

Python-Mysql modules added to container environment

parent 6341a544
Branches
Tags
1 merge request!59L2SS-234: Inspect archive from python
......@@ -4,3 +4,4 @@ opcua >= 0.98.13
astropy
python-logstash-async
gitpython
mysql-connector-python
\ No newline at end of file
......@@ -23,6 +23,9 @@ COPY jupyter-kernels /usr/local/share/jupyter/kernels/
RUN sudo pip3 install python-logstash-async
COPY jupyter-notebook /usr/local/bin/jupyter-notebook
#Install further python modules
RUN sudo pip3 install mysql-connector-python
# Add Tini. Tini operates as a process subreaper for jupyter. This prevents kernel crashes.
ENV TINI_VERSION v0.6.0
ENV JUPYTER_RUNTIME_DIR=/tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment