1 机器准备
GPU至少选Tesla T4、操作系统Ubuntu 20.04,硬盘30GB
2 安装cuda驱动
参考GCP的官方文档:https://cloud.google.com/compute/docs/gpus/install-drivers-gpu
可以使用自动安装脚本(注意提前安装python 3)
curl https://raw.githubusercontent.com/GoogleCloudPlatform/compute-gpu-installa[......]
1 机器准备
GPU至少选Tesla T4、操作系统Ubuntu 20.04,硬盘30GB
2 安装cuda驱动
参考GCP的官方文档:https://cloud.google.com/compute/docs/gpus/install-drivers-gpu
可以使用自动安装脚本(注意提前安装python 3)
curl https://raw.githubusercontent.com/GoogleCloudPlatform/compute-gpu-installa[......]
# cat ~/.gradle/init.gradle
// project
allprojects{
repositories {
mavenLocal()
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/jcenter/' }
mave[......]
add_header X-debug $suffix;
[......]
关于LNMP环境的配置,Digital Ocean的教程写的很好
How To Install Linux, Nginx, MySQL, PHP (LEMP stack) in Ubuntu 16.04 [......]
之前配置Hadoop的很多步骤不太详细,配置文件的许多优化点也没太搞清楚,重新写一下。
2012.06.22更新:Hadoop版本兼容到1.0.3。
0、ssh免密码登录
ssh-keygen -t rsa -P ""
cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys
echo "StrictHostKeyChecking no" >> ~/.ssh/c[......]