[add]上传训练benchmark by z00560161
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
# VERSION: 20.0.0.RC1
|
||||
# 请在此处使用使用bash语法编写脚本代码,执行安装准备工作,例如配置代理等
|
||||
# 本脚本将会在正式构建过程启动前被执行
|
||||
#
|
||||
# 注:本脚本运行结束后不会被自动清除,若无需保留在镜像中请在postbuild.sh脚本中清除
|
||||
#--------------------------------------------------------------------------------
|
||||
#dns代理配置,修改“/etc/resolv.conf”文件,在文件中加入如下粗体内容,用户需根据实际情况进行配置。
|
||||
tee /etc/resolv.conf <<- EOF
|
||||
nameserver 10.72.255.100
|
||||
EOF
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user