mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

In https://github.com/ray-project/ray/blob/ray-1.11.0/docker/ray-ml/Dockerfile, the order of pip install commands currently matters (potentially a lot). It would be good to run one big pip install command to avoid ending up with a broken env. Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
10 lines
278 B
Text
10 lines
278 B
Text
ipython
|
|
|
|
# Needed for Ray Client error message serialization/deserialization.
|
|
tblib
|
|
|
|
# If you make changes to anything below this line, please also change `requirements_dl.txt`!
|
|
|
|
-f https://download.pytorch.org/whl/torch_stable.html
|
|
torch==1.9.0+cu111
|
|
torchvision==0.10.0+cu111
|