Commit 9d0c606b authored by chenpangpang's avatar chenpangpang
Browse files

feat: 修改Dockerfile,weight改为weights

parent 98ca21b7
Pipeline #1368 failed with stages
in 0 seconds
......@@ -11,7 +11,7 @@ FROM image.sourcefind.cn:5000/gpu/admin/base/jupyterlab-pytorch:2.2.0-python3.10
COPY --from=base /opt/conda/lib/python3.10/site-packages /opt/conda/lib/python3.10/site-packages
COPY --from=base /root/kolors/Kolors /root/Kolors
COPY --from=base /root/kolors/启动器.ipynb /root/kolors/run.sh /root/
RUN mkdir /root/Kolors/weight
RUN mkdir /root/Kolors/weights
# 模型仓库http://113.200.138.88:18080/aimodels/Kolors.git,放置在/public/home/openaimodels/dockerFileTemp/chenyh
COPY chenyh/Kolors /root/Kolors/weight/Kolors
COPY chenyh/Kolors /root/Kolors/weights/Kolors
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment