Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
@carloalbertobarbano can you try starting the server without a volume mounted in so that we can verify this is a docker storage driver related issue? Just know that the server...
@Gccxeon @carloalbertobarbano can you try with the latest version of local `wandb/local:0.9.46` on a fresh volume? If you're still getting errors, please share the output of `docker logs wandb-local` and...
@carloalbertobarbano there are a number of different errors in this thread, please share the output of `docker logs wandb-local`, the command you're running, and any screenshots that are relevant.
@carloalbertobarbano apologies for the delayed response, I was on vacation. You should be mounting a volume into the container, otherwise you'll lose all data when it restarts. You can add...
@daihengming you should not manually add any lines to `users.htpasswd` that's what the `/usr/local/bin/local password [email protected]` command is for. You should replace the emails address with the address you use...
Thanks @MattAlexMiracle this is really helpful. We'll look into adding this to default local command.
ShadCN is great, I'm a big fan. https://v0.dev is a great closed source tool that supports it. We may have transpile support from HTML to shadcn React in the future.
You have to choose an Ollama model from the settings menu in the upper left otherwise we default to OpenAI
The errors are saying the JavaScript files are returning plain text. Can you share what's being returned by selecting one of the `js` files from the last screenshot you shared?
It could be a windows path issue. I'll try it in Windows when I get a chance.