記事一覧表示

AI Platform notebookのOSを調べる話

最近、Google Cloud PlatformのAI Platform notebookを触る機会があり、インスタンス内の環境構築でツール入れる為に、OSを知りたくなって、 方法を調べたら、

$ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

だった。 ひとまず、Linux系らしい。
調べたらUbuntuと同じ系統(Debian GNU/Linux)っぽい。