Skip to content

Commit 6584df3

Browse files
authored
[feat]: vulnerability fix fror ray which installs with a dev whl (#4754)
1 parent 9d8ead3 commit 6584df3

File tree

1 file changed

+2
-1
lines changed
  • assets/training/finetune_acft_hf_nlp/environments/acpt-rft/context

1 file changed

+2
-1
lines changed

assets/training/finetune_acft_hf_nlp/environments/acpt-rft/context/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ pyarrow==21.0.0
2020
pybind11==3.0.0
2121
pylatexenc==2.10
2222
qwen-vl-utils==0.0.10
23-
ray[default]==2.53.0
23+
#Replace the below install with version >2.53.0 once available from pypi. Now it solved aiohttp and log4j realted vulnerabilities
24+
ray[default] @ https://github.com/yeshsurya/ray/releases/download/2.53.dev/ray-3.0.0.dev0-cp310-cp310-linux_x86_64.whl
2425
tensorboard==2.20.0
2526
tensordict==0.9.1
2627
torchdata==0.11.0

0 commit comments

Comments
 (0)