Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on a VM with no internet access #1235

Open
ironv opened this issue Feb 18, 2022 · 1 comment
Open

Running on a VM with no internet access #1235

ironv opened this issue Feb 18, 2022 · 1 comment

Comments

@ironv
Copy link

ironv commented Feb 18, 2022

Trying to run this notebook on an Azure VM whose internet access/ports are shut off due to corporate policy. The code works OK till we get to ResponsibleAIDashboard(rai_insights) at which point it shows the following message and nothing else.

Using categorical_feature in Dataset.
ResponsibleAI started at http://localhost:5000
<raiwidgets.responsibleai_dashboard.ResponsibleAIDashboard at 0x7f81e6bbd850>

Is there any way writing the output to a directory so that it can be run on a different machine which has internet access? Like TensorFlow/TensorBoard where one can move the logs to another machine and view the contents in TensorBoard.

Both responsibleai and raiwidgets are version 0.16.0. Thx.

@gaugup
Copy link
Contributor

gaugup commented Feb 18, 2022

@ironv could you try opening the URL http://localhost:5000 in a browser? It should open up the ResponsibleAIDashboard.

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants