This commit is contained in:
2019-11-07 15:23:43 +01:00
parent 2c59b6fd88
commit 09557b18d9

View File

@ -6,9 +6,10 @@ LABEL ImageName="registry.gitlab.com/wolutator/registry.gitlab.com/wolutator/"
ENV PASSWORD ""
RUN \
conda update -y -n base conda && \
pip install influxdb && \
pip install pymongo && \
pip install pandas-datareader && \
conda install -y pandas-datareader && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER