Skip to content

Commit 9d427a6

Browse files
authored
Update env_pyspark_tf.sh
1 parent bbbd0f5 commit 9d427a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

env_pyspark_tf.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ file=/workdir/${1:-env_pyspark_tf}.tar.gz
55
/opt/python/bin/python3 -m pip install \
66
loguru notifiers \
77
pandas pyarrow \
8-
tensorflow "pillow==7.1.2"
8+
tensorflow "pillow==7.1.2" \
9+
pysparker
910

1011
if [[ $? -eq 0 ]]; then
1112
cd /opt/python/

0 commit comments

Comments
 (0)