substra
substra copied to clipboard
Trying to run Titanic example
Hello,
I wanted to try out your framework and I stumbled on this error:
I was doing the exact same steps as in your Titanic tutorial. Do I need to run these commands inside docker container substra-tools that i pulled and built or what am I doing wrong? Some advice would be very appreciated, thanks.
Hello @Martiniann, the issue you have is that you are trying to connect to deployed Substra platform at http://substra-backend.node-1.com
which does not exist. There are three solutions:
- Use an already deployed platform, you request access here.
- Deploy the platform yourself, detailed instructions are here.
- Use the substra in debug mode, instructions here. In this mode everything run locally and you don't need a deployed platform.
I would recommend the last option to start, it is going to be the easiest
Closing this issue as it is stale, do not hesitate to repoen it or create a new one if you have follow-up comments/questions