Blaize

Results 17 comments of Blaize

This is probably because it's using a self-signed cert. You should be able to ignore the error.

I haven't seen that happen with mine, but hard to say. I'd start with the authentication. Reverse the base64 encoding on the credentials and see what is in that...

The authentication is sent in the base64 encoding.

Check the log for the Authorization header.

This project had been downloaded literally millions of times. I try to offer support, but if it doesn't work in a specific scenario, short of giving me your credentials, it's...

I haven't built an image in a while, so I don't have a current build. I can make one, but it might take a minute.

I could be wrong, but as I understand it it cannot output GPU acceleration to the display. That doesn't imply that you can't use it for 3D acceleration and capture...

Could you try it by removing the -p directives in your docker run command. Docker uses IP Tables too, so I think that might be interfering with it the rules...

Did you re-add the iptables rules after you removed the container? Can you show the output of iptables -t nat -L

The first and second DNAT rule is on IP 172.17.0.2... is the on purpose? Is that the correct IP for the container? IP Tables uses a first-match policy, so the...