【深度学习 AIGC】facechain docker镜像,人物数字ID

facechain

复制代码
FROM registry.cn-hangzhou.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-cuda11.7.1-py38-torch2.0.1-tf1.15.5-1.8.0
RUN pip3 install gradio controlnet_aux==0.0.6 python-slugify
# GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/modelscope/facechain.git --depth 1
ENV GIT_LFS_SKIP_SMUDGE=1
RUN git clone https://github.com/xddun/facechain.git --depth 1
WORKDIR /facechain
COPY ./deps/startProject.sh /app/
COPY ./.cache /root/.cache/
COPY ./workspace/ /mnt/workspace/
EXPOSE 7861
ENTRYPOINT ["bash", "/app/startProject.sh"]

docker run -d --gpus all -p 7861:7861 kevinchina/deeplearning:facechain
相关推荐
Alex艾力的IT数字空间44 分钟前
在 Kylin(麒麟)操作系统上搭建 Docker 环境
大数据·运维·缓存·docker·容器·负载均衡·kylin
AlienZHOU3 小时前
从零开始,学习实现产品级 Agent Harness 系列(3)
aigc·ai编程·claude
伴我与影7 小时前
【记录】复现论文 Dftpav
c++·docker
爱吃的小肥羊8 小时前
Codex 今天开始重大更新,全面解读,确实有点东西!
aigc·openai
SPC的存折8 小时前
2、Docker命令与镜像、容器管理
linux·运维·服务器·docker·容器·eureka
香蕉鼠片10 小时前
Docker
运维·docker·容器
3Dmax效果图渲染研习社11 小时前
ai生成的视频有没有版权?注意事项
人工智能·ai作画·aigc
OneThingAI11 小时前
网心技术 | NemoClaw 深度解析,企业级 AI 运行时
人工智能·aigc·agent·openclaw·onethingai
AITOP10011 小时前
阿里新模型happyhorse-1.0登顶LM Arena视频编辑榜,视频AI从“生成”走向“精修”
aigc·ai资讯·aitop100
小程故事多_8011 小时前
从基础Agent到复杂工作流,LangGraph如何用状态机重构智能体开发
人工智能·设计模式·重构·aigc·ai编程