Skip to content

Commit

Permalink
Docker: add related issue link to hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojaner authored May 1, 2023
1 parent 57ea3ee commit 5f8aa9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN . ./venv/bin/activate && \
USER appuser
COPY --chown=appuser . .

# https://github.com/kohya-ss/sd-scripts/issues/405#issuecomment-1509851709
RUN sed -i 's/import library.huggingface_util/# import library.huggingface_util/g' train_network.py && \
sed -i 's/import library.huggingface_util/# import library.huggingface_util/g' library/train_util.py

Expand Down

0 comments on commit 5f8aa9e

Please sign in to comment.