build: gpu: true cuda: "11.2" python_version: "3.8" system_packages: - "libgl1-mesa-glx" - "libglib2.0-0" python_packages: - "ipython==7.30.1" - "tensorflow-gpu==2.8.0" - "tensorflow-datasets==4.4.0" - "tensorflow-addons==0.15.0" - "absl-py==0.12.0" - "gin-config==0.5.0" - "parameterized==0.8.1" - "mediapy==1.0.3" - "scikit-image==0.19.1" - "apache-beam==2.34.0" run: - apt-get update && apt-get install -y software-properties-common - apt-get install ffmpeg -y predict: "predict.py:Predictor"