新增 取消agent配饰(保留鞋子)推荐,改为默认随机配饰搭配 使用json文件补充stylist删除掉的必要配饰

This commit is contained in:
zhh
2025-11-21 14:42:26 +08:00
parent 38af75077d
commit affef482e6
4 changed files with 105 additions and 7 deletions

View File

@@ -40,8 +40,7 @@ COPY . /app
# Install litserve and requirements
RUN pip install --upgrade pip setuptools wheel
RUN pip install --no-cache-dir litserve==0.2.16 -r requirements.txt
RUN pip install torch torchvision
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
EXPOSE 8000
CMD ["python", "-m","app.main"]
#CMD ["tail", "-f","/dev/null"]