Skip to content

Commit 78d0130

Browse files
authored
Update env_pyspark_torch.sh
1 parent 9d427a6 commit 78d0130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

env_pyspark_torch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ file=/workdir/${1:-env_pyspark_torch}.tar.gz
66
loguru notifiers \
77
pyarrow datacompy \
88
torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html \
9-
transformers
9+
transformers \
10+
pysparker
1011

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

0 commit comments

Comments
 (0)