Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
The notebook needs to send metrics over the network to the wandb server running on localhost:8080. This means the notebook must be running on the same machine as the local...
Thanks @zfhxi we'll look into it.
Hey @JieGenius this is due to a firewall or networking configuration issue on your end. Can you try running: ``` curl -v http://10.0.1.221:9998/healthz ``` And paste the input. You may...
This means you're volume either changed or was dropped. By default `wandb server` mounts a docker volume named "wandb" into the container that persists all data. If the machine itself...
You can sync existing local run directories to a self-hosted or SaaS wandb server using the `wandb sync` command: https://docs.wandb.ai/ref/cli/wandb-sync
Yeah, this is a known issue with the way docker does restarts. You should be able to run the container as system level service that should handle hard restarts. [This...
Hey @opsxcq both great suggestions. We'll look into implementing these in a future release.
Thanks @byteSamurai, the repo containing the source is currently private. I created [a gist](https://gist.github.com/vanpelt/797549b40dae65fdfaaac3ff1f4625a4) with the init scripts. I can apply the diff and be sure to mention you in...
Awesome! We'll get this into the next release.
@edebrouwer this means the database was unable to migrate. Version 5 is very low, we need to migrate 80 versions on boot. This is usually caused by killing the docker...