1 Star 0 Fork 2

zhangxubin/ascend_finetune

forked from on the way/ascend_finetune 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
image_build.sh 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
on the way 提交于 2024-12-23 15:38 . 昇腾微调镜像
#!/bin/bash
script_dir=$(cd "$(dirname "$0")" && pwd -P)
if ! pgrep -f server.js >>/dev/null ; then
cd "$script_dir" || exit 1
nohup node server.js >> server.log 2>&1 &
fi
source prepare.sh
docker build \
--build-arg http_proxy=$http_proxy \
--build-arg https_proxy=$http_proxy \
--build-arg no_proxy=127.0.0.1,localhost,local,.local,172.17.0.1 \
--build-arg USER=${USER} \
--build-arg U_ID=${U_ID} \
--build-arg GROUP=${GROUP} \
--build-arg GID=${GID} \
--build-arg CANN_TOOLKIT=${CANN_TOOLKIT} \
--build-arg CANN_KERNELS=${CANN_KERNELS} \
--build-arg CANN_NNAL=${CANN_NNAL} \
--build-arg TORCH=${TORCH} \
--build-arg TORCH_NPU=${TORCH_NPU} \
--build-arg APEX=${APEX} \
--build-arg MINICONDA=${MINICONDA} \
--build-arg EXTRA_FILES=${EXTRA_FILES} \
--build-arg PORT=${PORT} \
--target modelbase \
-t ascend_finetune:ModelBase_${USER} \
-f "${script_dir}/dockerfile/Dockerfile" \
"${script_dir}"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MoCuishle-M/ascend_finetune.git
git@gitee.com:MoCuishle-M/ascend_finetune.git
MoCuishle-M
ascend_finetune
ascend_finetune
master

搜索帮助