You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@
20
20
*`CODEFLARE_TEST_TIMEOUT_SHORT` - Timeout duration for short tasks
21
21
*`CODEFLARE_TEST_TIMEOUT_MEDIUM` - Timeout duration for medium tasks
22
22
*`CODEFLARE_TEST_TIMEOUT_LONG` - Timeout duration for long tasks
23
+
*`CODEFLARE_TEST_RAY_IMAGE` (Optional) - Ray image used for raycluster configuration
24
+
25
+
NOTE: `quay.io/rhoai/ray:2.23.0-py39-cu121` is the default community image used for creating a raycluster resource. If you have your own custom ray image which suits your purposes, specify it in `CODEFLARE_TEST_RAY_IMAGE` environment variable.
23
26
24
27
### Environment variables for Training operator test suite
25
28
@@ -39,8 +42,6 @@ To download MNIST training script datasets from S3 compatible storage, use the e
39
42
*`AWS_STORAGE_BUCKET` - Storage bucket name
40
43
*`AWS_STORAGE_BUCKET_MNIST_DIR` - Storage bucket directory from which to download MNIST datasets.
0 commit comments