gionapaolini

Results 11 comments of gionapaolini

Hi, I have the same problem. Where do I configure iDeal?

Yeah I did that and they fixed it thanks. But I think it would make sense to give the users the option to enable it at least in sandbox mode.

It happened again, but this time Ideal is activated, is it an option to add more information to the error?

I tried running the docker command suggested on the readme, with no proxy in front and no ssl. I still have the same issue. `tail -F /var/log/nginx/access.log | docker run...

I tried running a different service on the same port and it does work with no issue, so nothing is blocking that port. Below you can find a screenshot of...

It seems to be working when I try connecting with the PieSocket Websocket tester extension. So it must the a browser issue which for some reason does not provide the...

I have tested it on latest version of chrome, edge and brave. Same issue each time. Maybe I'm missing something, am I supposed to hit the Websocket server directly on...

I am able to access it with no issues

#51 Just saw this is the same issue

Since I am using tensorflow serving for now my solution was to use the argument ` "--per_process_gpu_memory_fraction" ` like this containers: - name: name image: image args: ["--per_process_gpu_memory_fraction=0.1"] resources: limits:...