optimized workflow and used the Dockerfile in .

This commit is contained in:
Christoph Schranz
2020-02-22 14:51:28 +01:00
parent 8700d291ff
commit e2033fc46d
5 changed files with 10 additions and 31 deletions

View File

@@ -395,6 +395,12 @@ RUN conda update -n base conda -y
USER root
# Install elasticsearch libs
USER root
RUN apt-get update \
&& curl -sL https://repo1.maven.org/maven2/org/elasticsearch/elasticsearch-hadoop/6.8.1/elasticsearch-hadoop-6.8.1.jar
RUN pip install --no-cache-dir elasticsearch==7.1.0
# Install rpy2 to share data between Python and R
RUN conda install rpy2=2.9.4 plotly=4.4.1
RUN conda install -c conda-forge ipyleaflet