PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

hagrid does not "land" correctly

Open petermchale opened this issue 1 year ago • 6 comments
trafficstars

Description

hagrid does not "land" correctly.

How to Reproduce

  1. hagrid launch test
  2. hagrid land test
  3. error while interpolating services.proxy.networks.[]: required variable TRAEFIK_PUBLIC_NETWORK is missing a value: Variable not set
  4. 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

Screenshot 2024-04-26 at 9 34 04 PM Screenshot 2024-04-26 at 9 36 34 PM Screenshot 2024-04-26 at 9 40 24 PM

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)

petermchale avatar Apr 25 '24 16:04 petermchale

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

petermchale avatar Apr 25 '24 17:04 petermchale

Any idea what I might be doing wrong here @madhavajay ?

petermchale avatar Apr 26 '24 21:04 petermchale

@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.

madhavajay avatar May 09 '24 23:05 madhavajay

Thanks. I was able to remove the containers from the Docker Desktop dashboard.

petermchale avatar May 10 '24 02:05 petermchale

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 avatar May 14 '24 22:05 rj3d

@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.

madhavajay avatar May 15 '24 06:05 madhavajay

We have deprecated hagrid so I will close this issue for now.

madhavajay avatar May 30 '24 02:05 madhavajay