项目文件夹

文件
2026-07-13 13:17:40 +08:00

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