Spaces:
Running
on
L40S
Running
on
L40S
File size: 565 Bytes
4450790 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
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"
|