我正在AWS处为深度学习项目设置一个g3.16xlarge实例。安装cuda库后,我面临空间不足的问题。 /dev/xvda1
输出以下内容:
241G in
我的根partition. Can I allot that space to
已满,但我不想在线. When I checked for solutions, all I am getting to see is to increase the size of
udev query Search($query: String!,$afterCursor: String!){
search(query:$query, after:$afterCursor,type: REPOSITORY, first: 50) {
repositoryCount
edges {
node {
... on Repository {
id
name
description
forkCount
owner{
login
id
avatarUrl
}
}
}
cursor
}
pageInfo {
endCursor
hasNextPage
}
}
}
/ dev / xvda1 {{1}} EBS Volume`,因为我已经在这台机器上花了大笔费用。甚至在我无法完成设置之前,我就偶然发现了这个问题。
我选择了Ubuntu 16.04 AMI。但是,如果我选择预先配置用于深度学习的Ubuntu 16.04 AMI,则不会发生这种情况。