Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse filesadded requirements.txt to allow re-ordering of build ops in the docker file
- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
2 |
+
jax[cuda12_pip]
|
3 |
+
jaxlib==0.4.7+cuda12.cudnn88
|
4 |
+
flax==0.6.8
|
5 |
+
fastapi==0.95.0
|
6 |
+
uvicorn[standard]==0.21.1
|
7 |
+
Pillow==9.4.0
|
8 |
+
tensorflow
|
9 |
+
tensorflow-datasets
|
10 |
+
python-jose[cryptography]
|
11 |
+
passlib[bcrypt]
|