Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
@littlerookie just add `-e HOST=http://server_ip:8080` to your docker run command.
@Lionelsy if you want it to listen on port 8096 you need to configure it with the `--port` option. The host environment variable just tells the server how users will...
@HaoLiuHust can you share the output of `docker logs wandb-local`?
Hey @sumanthratna we've moved development to this repository: https://github.com/wandb/client Can you resubmit this there?
This should be fixed in master now! Let me know if that's not the case.
So sorry, I forgot to build the frontend assets with the new logic. If you pull main and rebuild the container it should work now 🤞
Hey @ericxsun we're working on a fix for this in the next release. You should never under any circumstances manually alter database records or create entities, that will potentially get...
@Jeffrey28 can you share the output of `docker logs wandb-local`
The database is timing out when migrating. There's an issue with your docker filesystem driver. Can you provide answers to: 1. Why are you running a local server? 2. What...
Hmm, let's try the following and see if things come up: > docker stop wandb-local > docker rm volume wandb > docker run -d --rm -v wandb:/vol/env:delegated -p 8080:8080 --name...