ray-project--ray
8 行
226 B
Bash
可执行文件
8 行
226 B
Bash
可执行文件
#!/bin/bash
|
|
# This script is used to build an extra layer on top of the base anyscale/ray image
|
|
# to run the train_multinode_persistence test.
|
|
|
|
set -exo pipefail
|
|
|
|
pip3 install -U torch fsspec s3fs gcsfs pyarrow>=17.0.0 pytest
|