We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa63ed commit 1157812Copy full SHA for 1157812
1 file changed
Dockerfile-sd-scripts
@@ -12,7 +12,6 @@ ENV PATH=/app/miniconda/bin:$PATH
12
13
RUN echo yes | conda create --name sd-scripts python=3.12
14
SHELL ["conda", "run", "-n", "sd-scripts", "/bin/bash", "-c"]
15
-RUN conda activate sd-scripts
16
17
RUN git clone https://github.com/kohya-ss/sd-scripts.git
18
WORKDIR /app/sd-scripts
0 commit comments