novel / Dockerfile
tang-x's picture
Update Dockerfile
8386732 verified
raw
history blame contribute delete
286 Bytes
FROM maoxiaoyuz/long-novel-gpt:latest
# 安装必要的依赖
# RUN pip install gradio
# 复制应用代码
# COPY . .
# 复制 .env 文件
# COPY .env .env
# 暴露端口(Spaces 通常使用 7860)
# EXPOSE 7860
# 设置启动命令
# CMD ["/docker_run.sh"]
# CMD ["/start.sh"]