From 9758e2764c46fd9060e46a24b10c787643cb0302 Mon Sep 17 00:00:00 2001 From: Brice Copy <brice.copy@cern.ch> Date: Fri, 27 Aug 2021 10:12:48 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e4ed06..434c94e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ USER etlworker RUN cd $SPARK_HOME && \ yes | source $SPARK_HOME/source-me.sh && \ source $SPARK_HOME/nxcals-python3-env/bin/activate && \ - pip3 list && pip3 install pyspark[sql]==2.3.2 pandas scipy influxdb pyarrow==0.8.0 + pip3 list && pip3 install pyspark[sql]==2.3.2 pandas scipy influxdb pyarrow==1.0.0 RUN source $SPARK_HOME/nxcals-python3-env/bin/activate && \ pip3 install git+https://gitlab.cern.ch/industrial-controls/services/dash/dash-etl.git@develop -- GitLab