Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 GCP 的 AI 笔记本平台中安装依赖项。我尝试使用笔记本和终端,但出现错误。这是我尝试在 GCP 中安装时得到的
这是终端的错误
Jupyter 用户没有 root 访问权限,因为您应该在本地安装软件包。例如(请注意,您可以将 /tmp 替换为本地目录): install.packages("ggplot2", lib="/tmp")
install.packages("ggplot2", lib="/tmp")