anizeani
anizeani
I realized, that the explorer-gui makes requests to 127.0.0.1/api/v1, but it gets a 404 http response. I changed in the docker-compose the api address to [::1] instead of 127.0.0.1 and...
I've tried to run the 3 docker options (quick, public and full) for a week now, but unfortunately without any success. 1. question: did anyone succeed in the last few...
Is there a way to run the reconstruction on the cpu? I tried to change in run_reconstruction.py @ line 50: device = get_device(args.use_gpu) to device = get_device(args.use_cpu) ... any recommendation?
I watched the "Best Practices for Compose-managed Python Apps", thx for that! super informative and helpful. I then tried to follow the same steps to debug the project I'm working...