mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
9 lines
365 B
Text
9 lines
365 B
Text
![]() |
# Make sure the driver versions are the same as cluster versions.
|
||
|
# The cluster uses ray-ml Docker image.
|
||
|
# ray-ml Docker image installs dependencies from ray/python/requirements/ml/ directory.
|
||
|
# We constrain on these requirements file so that the same versions are installed.
|
||
|
-c ../../python/requirements/ml/requirements_dl.txt
|
||
|
|
||
|
torch
|
||
|
torchvision
|
||
|
pytorch-lightning
|