-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 2.96kB 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) 0.0s
=> [internal] load metadata for docker.io/pytorch/pytorch:2.3.0-cuda12.1-cudnn8-runtime 1.7s
=> [internal] load metadata for docker.io/alpine/git:2.43.0 1.7s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> [download 1/9] FROM docker.io/alpine/git:2.43.0@sha256:76fdb7210689fc26c6ff101c4adacf9d12d3d25a919a7d8ff42eba 0.1s
=> => resolve docker.io/alpine/git:2.43.0@sha256:76fdb7210689fc26c6ff101c4adacf9d12d3d25a919a7d8ff42ebaef5bedba6 0.1s
=> [internal] load build context 0.0s
=> => transferring context: 122B 0.0s
=> [stage-1 1/11] FROM docker.io/pytorch/pytorch:2.3.0-cuda12.1-cudnn8-runtime@sha256:0279f7aa29974bf64e61d0ff6 0.0s
=> => resolve docker.io/pytorch/pytorch:2.3.0-cuda12.1-cudnn8-runtime@sha256:0279f7aa29974bf64e61d0ff6e979b41a24 0.0s
=> CACHED [stage-1 2/11] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y 0.0s
=> CACHED [stage-1 3/11] RUN --mount=type=cache,target=/root/.cache/pip git clone https://github.com/AUTOMATI 0.0s
=> CACHED [download 2/9] COPY clone.sh /clone.sh 0.0s
=> CACHED [download 3/9] RUN . /clone.sh stable-diffusion-webui-assets https://github.com/AUTOMATIC1111/stable-d 0.0s
=> ERROR [download 4/9] RUN . /clone.sh stable-diffusion-stability-ai https://github.com/Stability-AI/stablediff 0.9s
[download 4/9] RUN . /clone.sh stable-diffusion-stability-ai https://github.com/Stability-AI/stablediffusion.git cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf && rm -rf assets data//*.png data//.jpg data/**/.gif:
0.227 + mkdir -p /repositories/stable-diffusion-stability-ai
0.232 + cd /repositories/stable-diffusion-stability-ai
0.232 + git init
0.244 hint: Using 'master' as the name for the initial branch. This default branch name
0.244 hint: is subject to change. To configure the initial branch name to use in all
0.244 hint: of your new repositories, which will suppress this warning, call:
0.244 hint:
0.244 hint: git config --global init.defaultBranch
0.244 hint:
0.244 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
0.244 hint: 'development'. The just-created branch can be renamed via this command:
0.244 hint:
0.244 hint: git branch -m
0.245 Initialized empty Git repository in /repositories/stable-diffusion-stability-ai/.git/
0.245 + git remote add origin https://github.com/Stability-AI/stablediffusion.git
0.247 + git fetch origin cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf '--depth=1'
0.781 fatal: could not read Username for 'https://github.com': No such device or address
Dockerfile:7
6 |
7 | >>> RUN . /clone.sh stable-diffusion-stability-ai https://github.com/Stability-AI/stablediffusion.git cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf \
8 | >>> && rm -rf assets data//*.png data//.jpg data/**/.gif
9 |
failed to solve: process "/bin/sh -c . /clone.sh stable-diffusion-stability-ai https://github.com/Stability-AI/stablediffusion.git cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf && rm -rf assets data//*.png data//.jpg data/**/.gif" did not complete successfully: exit code: 128