Skip to content

Commit

Permalink
ci: use correct name for final stage
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 25, 2024
1 parent fb5dd45 commit c8cb4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN if [ "$MODEL_TYPE" = "sdxl" ]; then \
fi

# Stage 3: Final image
FROM base
FROM base as final

# Copy models from stage 2 to the final image
COPY --from=downloader /comfyui/models /comfyui/models
Expand Down

0 comments on commit c8cb4bc

Please sign in to comment.