You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path and the comment are concatenated together and are not recognized by the Docker build command. I replaced the real project with "my-project" fyi:
GCR_PATH=gcr.io/my-project/rayllama# fill this part out
After manually fixing, the ./scripts/build_docker.sh all command fails with this message:
Command: docker build . -f Dockerfile.serve --network=host -t gcr.io/my-project/rayllama:serve
[+] Building 0.0s (2/2) FINISHED docker:default
=> [internal] load build definition from Dockerfile.serve 0.0s
=> => transferring dockerfile: 2B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount339118601/Dockerfile.serve: no such file or directory
Built! Now pushing to GCR.
The push refers to repository [gcr.io/my-project/rayllama]
An image does not exist locally with the tag: gcr.io/my-project/rayllama
The text was updated successfully, but these errors were encountered:
The path and the comment are concatenated together and are not recognized by the Docker build command. I replaced the real project with "my-project" fyi:
GCR_PATH=gcr.io/my-project/rayllama# fill this part out
After manually fixing, the ./scripts/build_docker.sh all command fails with this message:
Command: docker build . -f Dockerfile.serve --network=host -t gcr.io/my-project/rayllama:serve
[+] Building 0.0s (2/2) FINISHED docker:default
=> [internal] load build definition from Dockerfile.serve 0.0s
=> => transferring dockerfile: 2B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount339118601/Dockerfile.serve: no such file or directory
Built! Now pushing to GCR.
The push refers to repository [gcr.io/my-project/rayllama]
An image does not exist locally with the tag: gcr.io/my-project/rayllama
The text was updated successfully, but these errors were encountered: