feat:update DockerFile ,replace pip with uv
This commit is contained in:
22
pyproject.toml
Executable file
22
pyproject.toml
Executable file
@@ -0,0 +1,22 @@
|
|||||||
|
[project]
|
||||||
|
name = "lc-stylist-agent"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Add your description here"
|
||||||
|
requires-python = "==3.10.*"
|
||||||
|
dependencies = [
|
||||||
|
"chromadb==1.1.1",
|
||||||
|
"google-cloud-storage==2.19.0",
|
||||||
|
"google-genai==1.45.0",
|
||||||
|
"litserve>=0.2.16",
|
||||||
|
"minio==7.2.18",
|
||||||
|
"numpy==1.24.4",
|
||||||
|
"open-clip-torch==2.24.0",
|
||||||
|
"opencv-python==4.9.0.80",
|
||||||
|
"pydantic-settings==2.11.0",
|
||||||
|
"pytorch-fid==0.3.0",
|
||||||
|
"redis==6.4.0",
|
||||||
|
"setuptools==80.9.0",
|
||||||
|
"torch-fidelity==0.3.0",
|
||||||
|
"torchmetrics==1.4.0.post0",
|
||||||
|
"transformers==4.41.1",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user