File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ NAMESPACE=aliyun-fc
1515REPO =fc-stable-diffusion
1616BASE_TAG =basev8
1717
18- SD15_VERSION =v11
19- ANIME_VERSION =v11
20- REALMAN_VERSION =v11
21- LITE_VERSION =v3
18+ SD15_VERSION =v12
19+ ANIME_VERSION =v12
20+ REALMAN_VERSION =v12
21+ LITE_VERSION =v4
2222
2323
2424push : push-jp push-beijing push-shanghai push-shenzhen push-hangzhou # # push 镜像到所有 registry
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ RUN chmod 777 /docker/sd-agent
283283FROM base as lite
284284
285285RUN --mount=type=bind,from=execute,source=/,target=/execute \
286- cp -R /execute/${SD_BUILTIN}/ / ${SD_BUILTIN} && \
286+ cp -R /execute/${SD_BUILTIN}/* ${SD_BUILTIN} && \
287287 cp -R /execute/docker/ /docker && \
288288 cp /execute/IMAGE_TAG /IMAGE_TAG
289289
@@ -340,7 +340,7 @@ FROM model-base as sd1.5
340340COPY --from=download_models /sd-v1-5-inpainting.ckpt ${SD_BUILTIN}/models/Stable-diffusion/sd-v1-5-inpainting.ckpt
341341
342342RUN --mount=type=bind,from=execute,source=/,target=/execute \
343- cp -R /execute/${SD_BUILTIN}/ / ${SD_BUILTIN} && \
343+ cp -R /execute/${SD_BUILTIN}/* ${SD_BUILTIN} && \
344344 cp -R /execute/docker/ /docker && \
345345 cp /execute/IMAGE_TAG /IMAGE_TAG
346346
You can’t perform that action at this time.
0 commit comments