Keming

Results 219 comments of Keming

Similar to https://github.com/tensorchord/envd/issues/1165 Please check the space usage for docker.

SGTM. We should support more protocols for the `include` function. By the way, we may need an abstract file layer for the code and data. Things include: * authentication *...

I'm not able to reproduce the error. Can you check the log in the bulidkitd container? > HTTP Proxy: http.docker.internal:3128 > HTTPS Proxy: http.docker.internal:3128 Not sure if it's related to...

The current buildkitd container is started with something like: ```sh docker run --rm --name envd_buildkitd --privileged -v $HOME/.config/envd:/etc/registry docker.io/moby/buildkit:v0.10.6 --config /etc/registry/buildkitd.toml ``` The `$HOME/.config/envd/buildkitd.toml` is generated when you run `envd...

> rika@gult:~$ sudo docker run --rm --name envd_buildkitd --privileged -v $HOME/.config/envd:/etc/registry docker.io/moby/buildkit:v0.10.6 --config /etc/registry/buildkitd.toml > > docker: Error response from daemon: Conflict. The container name "/envd_buildkitd" is already in use...

@Electronic-Waste can you provide your envd build file?

Can you run `envd --debug up --use-proxy` to get the debug messages?

From the debug messages, it seems envd can get the base image metadata through the proxy (on your host), but the buildkitd in the container cannot access the Internet. 1....