Open Alig1493 opened 2 years ago
supplying --host as an argparse input does not change the host when starting up the server
--host
python octis/dashboard/server.py --host 0.0.0.0 Still starts up on 127.0.0.1
python octis/dashboard/server.py --host 0.0.0.0
127.0.0.1
Paste the command(s) you ran and the output.
* Running on http://127.0.0.1:5000 Press CTRL+C to quit
Error here
Description
supplying
--host
as an argparse input does not change the host when starting up the serverWhat I Did
python octis/dashboard/server.py --host 0.0.0.0
Still starts up on127.0.0.1
Paste the command(s) you ran and the output.
Error here