Skip to content
Snippets Groups Projects
Commit 9758e276 authored by Brice Copy's avatar Brice Copy
Browse files

Update Dockerfile

parent 53e19fee
No related branches found
No related tags found
1 merge request!1Draft: Fix stdout issue with latest Gitlab runner upgrade
Pipeline #2962004 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment