Added python dill to spark variant
This commit is contained in:
parent
86a52a6f52
commit
24096b896d
|
@ -10,7 +10,7 @@ From: mobileinsight.sif
|
|||
python3-pandas \
|
||||
openjdk-8-jre-headless \
|
||||
scala
|
||||
pip3 install pyspark==3.5.1
|
||||
pip3 install pyspark[sql]==3.5.1 dill==0.3.8
|
||||
|
||||
# Cleanup
|
||||
apt-get autoclean -y
|
||||
|
|
Loading…
Reference in New Issue