Commit b3fae090 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 修改Dockerfile,weight改为weights

parent 007f1c8a
Pipeline #1369 failed with stages
in 0 seconds
...@@ -12,7 +12,7 @@ RUN conda create --name kolors python=3.8 ...@@ -12,7 +12,7 @@ RUN conda create --name kolors python=3.8
COPY --from=base /opt/conda/envs/kolors/lib/python3.8/site-packages /opt/conda/envs/kolors/lib/python3.8/site-packages COPY --from=base /opt/conda/envs/kolors/lib/python3.8/site-packages /opt/conda/envs/kolors/lib/python3.8/site-packages
COPY --from=base /root/kolors/Kolors /root/Kolors COPY --from=base /root/kolors/Kolors /root/Kolors
COPY --from=base /root/kolors/启动器.ipynb /root/kolors/run.sh /root/ 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 # 模型仓库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