byod_ray_lightning_test.sh 327 B

123456789
  1. #!/bin/bash
  2. # This script is used to build an extra layer on top of the base anyscale/ray image
  3. # to run the agent stress test.
  4. set -exo pipefail
  5. pip3 install -U --force-reinstall ray-lightning pytorch-lightning lightning-bolts
  6. pip3 install --force-reinstall torch==1.11.0
  7. pip3 install --force-reinstall torchvision==0.12.0