PySyft
PySyft copied to clipboard
hagrid does not "land" correctly
Description
hagrid does not "land" correctly.
How to Reproduce
- hagrid launch test
- hagrid land test
error while interpolating services.proxy.networks.[]: required variable TRAEFIK_PUBLIC_NETWORK is missing a value: Variable not set- I deleted the containers from the Docker dashboard, and then deleted the corresponding images and volumes
Expected Behavior
hagrid should land without error, and there should be no containers, images or volumes visible in the Docker dashboard after issuing hagrid land test
Screenshots
System Information
- OS: macOS silicon
- OS Version: 14.4.1 (Sonoma)
- Language Version: Python 3.12.2
- Package Manager Version: conda 22.9.0, pip 23.3.1
- Browser (if applicable): n/a
- Browser Version (if applicable): n/a
Additional Context
Docker Desktop Version 4.29.0 (145265)
I also get this error when re-executing hagrid land test:
error while interpolating services.frontend.image: required variable DOCKER_IMAGE_FRONTEND is missing a value: Variable not set
Any idea what I might be doing wrong here @madhavajay ?
@petermchale im unsure what the issue is, you can also remove the containers using docker rm $(docker ps -aq) --force.
But warning that will kill all your containers so if you are running something other than syft it will also be removed.
Thanks. I was able to remove the containers from the Docker Desktop dashboard.
I'm also running into this issue. I've gotten a few different error messages, but this is the most common one.
error while interpolating services.seaweedfs.image: required variable DOCKER_IMAGE_SEAWEEDFS is missing a value: Variable not set
@rj3d we're you able to remove the containers manually? We are currently changing the way that syft is deployed so this problem will go away in a future release.
We have deprecated hagrid so I will close this issue for now.