Skip to content

Commit

Permalink
Bump Kohya_ss to v22.6.1 and runpodctl to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Feb 15, 2024
1 parent d636d0f commit 84f9812
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1: Base
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 as base

ARG KOHYA_VERSION=v22.6.0
ARG KOHYA_VERSION=v22.6.1

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive \
Expand Down Expand Up @@ -99,7 +99,7 @@ RUN pip3 install -U --no-cache-dir jupyterlab \
RUN curl https://rclone.org/install.sh | bash

# Install runpodctl
RUN wget https://github.com/runpod/runpodctl/releases/download/v1.10.0/runpodctl-linux-amd -O runpodctl && \
RUN wget https://github.com/runpod/runpodctl/releases/download/v1.13.0/runpodctl-linux-amd64 -O runpodctl && \
chmod a+x runpodctl && \
mv runpodctl /usr/local/bin

Expand All @@ -120,6 +120,6 @@ COPY --chmod=755 scripts/* ./
COPY kohya_ss/accelerate.yaml ./

# Start the container
ENV TEMPLATE_VERSION=1.12.1
ENV TEMPLATE_VERSION=1.12.2
SHELL ["/bin/bash", "--login", "-c"]
CMD [ "/start.sh" ]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Python 3.10.12
* Torch 2.0.1
* xformers 0.0.22
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v22.6.0
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v22.6.1
* [runpodctl](https://github.com/runpod/runpodctl)
* [rclone](https://rclone.org/)
* sd_xl_base_1.0.safetensors
Expand Down
4 changes: 2 additions & 2 deletions nginx/template-readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Kohya SS

### Version 1.12.0
### Version 1.12.2

### Included in this Template

* Ubuntu 22.04 LTS
* CUDA 11.8
* Python 3.10.12
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v22.6.0
* [Kohya_ss](https://github.com/bmaltais/kohya_ss) v22.6.1
* Torch 2.0.1
* xformers 0.0.22
* [runpodctl](https://github.com/runpod/runpodctl)
Expand Down

0 comments on commit 84f9812

Please sign in to comment.