louwjac commited on
Commit
ea1a4cb
·
1 Parent(s): 2686e7e

Upload requirements.txt

Browse files

added requirements.txt to allow re-ordering of build ops in the docker file

Files changed (1) hide show
  1. 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]