byod_stable_diffusion.sh 201 B

1234567
  1. #!/bin/bash
  2. # This script is used to build an extra layer on top of the base anyscale/ray image
  3. # to run stable diffusion test.
  4. set -exo pipefail
  5. pip3 install transformers==4.31.0 diffusers==0.21.3