Skip to content

Commit

Permalink
Add KOHYA_BUILD_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Aug 16, 2024
1 parent 9913717 commit 20e4fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ARG IMAGE_BASE
RUN set -eo pipefail && /opt/ai-dock/bin/build/layer0/init.sh | tee /var/log/build.log

# Install Kohya_ss
ARG KOHYA_TAG
ENV KOHYA_TAG=${KOHYA_TAG}
ARG KOHYA_BUILD_REF
ENV KOHYA_BUILD_REF=${KOHYA_BUILD_REF}
COPY --chown=0:1111 ./COPY_ROOT_1/ /
RUN set -eo pipefail && /opt/ai-dock/bin/build/layer1/init.sh | tee -a /var/log/build.log

Expand Down

0 comments on commit 20e4fe9

Please sign in to comment.