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

New environment variable TF2_BEHAVIOR #77

Open
bjourne opened this issue Mar 27, 2021 · 0 comments
Open

New environment variable TF2_BEHAVIOR #77

bjourne opened this issue Mar 27, 2021 · 0 comments

Comments

@bjourne
Copy link
Contributor

bjourne commented Mar 27, 2021

This environment variable is required for TPUs to work through ssh. It was added today and it took me a while to figure out why my TPU models suddenly stopped working. :)

In launch_ssh_cloudflared.py I see that you have a "whitelist" with variables to export. May I suggest a "blacklist" approach instead, so that you export all environment variables found except for a list of ephemereal ones? I think that would be more future proof. The blacklisted ones would be LS_COLORS, SSH_CONNECTION, LESSCLOSE, USER, PWD, HOME, SSH_CLIENT, SSH_TTY, MAIL, TERM, SHELL, SHLVL, LOGNAME, PATH, LESSOPEN, and _ (underscore).

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

1 participant