root commited on
Commit ·
6b6b530
1
Parent(s): 9b06549
Add hacks
Browse files
Pipfile
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[[source]]
|
| 2 |
+
url = "https://pypi.org/simple"
|
| 3 |
+
verify_ssl = true
|
| 4 |
+
name = "pypi"
|
| 5 |
+
|
| 6 |
+
[packages]
|
| 7 |
+
tensorflow = "==2.6.2"
|
| 8 |
+
tensorflow-datasets = "==4.4.0"
|
| 9 |
+
tensorflow-addons = "==0.15.0"
|
| 10 |
+
absl-py = "==0.12.0"
|
| 11 |
+
gin-config = "==0.5.0"
|
| 12 |
+
parameterized = "==0.8.1"
|
| 13 |
+
mediapy = "==1.0.3"
|
| 14 |
+
scikit-image = "==0.19.1"
|
| 15 |
+
apache-beam = "==2.34.0"
|
| 16 |
+
google-cloud-bigquery-storage = "==1.1.0"
|
| 17 |
+
natsort = "==8.1.0"
|
| 18 |
+
fastapi = "==0.74.1"
|
| 19 |
+
gradio = "==3.4"
|
| 20 |
+
spodcast = "*"
|
| 21 |
+
moviepy = "*"
|
| 22 |
+
huggingface-hub = "*"
|
| 23 |
+
opencv-python = "*"
|
| 24 |
+
image-tools = "*"
|
| 25 |
+
podiant-opengraph = "*"
|
| 26 |
+
|
| 27 |
+
[dev-packages]
|
| 28 |
+
|
| 29 |
+
[requires]
|
| 30 |
+
python_version = "3.9"
|
hacks.sh
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
PIP_CACHE_DIR=/notebooks/.cache/pip pip install -r /notebooks/stablepod/requirements.txt
|