Iñaki Rabanillo
Iñaki Rabanillo
Not sure if you guys are still stuck with this. But if you're still looking to fix it, you just need to edit [this line](https://github.com/timovv/notion-website-template/blob/main/.github/workflows/main.yml#L28) to: `docker run \` There...
> I encountered the same issue and spent some time troubleshooting it. Here is the modified Dockerfile which works for me, #138. Before the author approves my PR, my workaround...
Thanks @choux130, that does the trick! However, I think freezing the version would be more robust. Otherwise, newer Chrome releases might break the workflow. I'll try and figure out why...
Could you elaborate on what would be problematic for TensorBoardVisbackend? I'm not sure I follow, it also implements the VisBackend interface and provides the add_scalars method