cog-stable-diffusion icon indicating copy to clipboard operation
cog-stable-diffusion copied to clipboard

unexpected EOF

Open rvorias opened this issue 3 years ago • 0 comments

cog build -t realms-adventurers-v3 --debug
Setting CuDNN to version 11.6
Building Docker image from environment in cog.yaml as realms-adventurers-v3...
$ docker build --file - --build-arg BUILDKIT_INLINE_CACHE=1 --tag realms-adventurers-v3 --progress auto .
[+] Building 1.8s (22/23)                                                                        
 => [internal] load .dockerignore                                                           0.0s
 => => transferring context: 94B                                                            0.0s
 => [internal] load build definition from Dockerfile                                        0.0s
 => => transferring dockerfile: 2.05kB                                                      0.0s
 => resolve image config for docker.io/docker/dockerfile:1.2                                0.9s
 => [auth] docker/dockerfile:pull token for registry-1.docker.io                            0.0s
 => CACHED docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbd  0.0s
 => [internal] load build definition from Dockerfile                                        0.0s
 => [internal] load .dockerignore                                                           0.0s
 => [internal] load metadata for docker.io/nvidia/cuda:11.6.0-cudnn8-devel-ubuntu20.04      0.7s
 => [auth] nvidia/cuda:pull token for registry-1.docker.io                                  0.0s
 => [internal] load build context                                                           0.0s
 => => transferring context: 40.99kB                                                        0.0s
 => [stage-0  1/12] FROM docker.io/nvidia/cuda:11.6.0-cudnn8-devel-ubuntu20.04@sha256:6a4e  0.0s
 => CACHED [stage-0  2/12] RUN rm -f /etc/apt/sources.list.d/cuda.list &&     rm -f /etc/a  0.0s
 => CACHED [stage-0  3/12] RUN --mount=type=cache,target=/var/cache/apt set -eux; apt-get   0.0s
 => CACHED [stage-0  4/12] RUN --mount=type=cache,target=/var/cache/apt apt-get update -qq  0.0s
 => CACHED [stage-0  5/12] RUN curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv  0.0s
 => CACHED [stage-0  6/12] COPY .cog/tmp/build346449291/cog-0.0.1.dev-py3-none-any.whl /tm  0.0s
 => CACHED [stage-0  7/12] RUN --mount=type=cache,target=/root/.cache/pip pip install /tmp  0.0s
 => CACHED [stage-0  8/12] COPY .cog/tmp/build346449291/requirements.txt /tmp/requirements  0.0s
 => CACHED [stage-0  9/12] RUN --mount=type=cache,target=/root/.cache/pip pip install -r /  0.0s
 => CACHED [stage-0 10/12] RUN pip install triton                                           0.0s
 => CACHED [stage-0 11/12] WORKDIR /src                                                     0.0s
 => [stage-0 12/12] COPY . /src                                                             0.0s
 => preparing layers for inline cache                                                       0.1s
unexpected EOF
ⅹ Failed to build Docker image: exit status 1

I have this on both cog version 0.6.1 (built 2022-12-15T20:25:16Z) and cog version 0.7.0-beta16 (built 2023-03-30T15:51:06Z)

rvorias avatar Mar 31 '23 18:03 rvorias