当前位置:网站首页>Use of Pai platform
Use of Pai platform
2022-07-05 07:09:00 【hanjialeOK】
First, in the 166 On build Mirror image , Save as framework.tar
docker save [tag] > framework.tar
then , from 99 Upload and download framework.tar
scp [email protected]166:~/framework.tar ./
docker load < framework.tar
docker tag [tag] by:5000/hanjl/framework
docker push by:5000/hanjl/framework
Submit tasks
command
while true;do sleep 1h;done
Docker image
by:5000/hanjl/framework:latest
边栏推荐
- Volcano 资源预留特性
- Error: “MountVolume.SetUp failed for volume pvc 故障处理
- About vscode, "code unreachable" will be displayed when calling sendline series functions with pwntools“
- 你心目中的数据分析 Top 1 选 Pandas 还是选 SQL?
- 睿智的目标检测59——Pytorch Focal loss详解与在YoloV4当中的实现
- C语言数组专题训练
- Unity UGUI不同的UI面板或者UI之间如何进行坐标匹配和变换
- [tf] Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initial
- ROS2——topic话题(八)
- UIO driven framework
猜你喜欢
随机推荐
mysql设置触发器问题
[software testing] 04 -- software testing and software development
*P++, (*p) + +, * (p++) differences
iNFTnews | 喝茶送虚拟股票?浅析奈雪的茶“发币”
The difference between new and malloc
Ret2xx---- common CTF template proposition in PWN
SOC_ SD_ DATA_ FSM
namespace
[MySQL 8.0 does not support capitalization of table names - corresponding scheme]
Docker installs MySQL and uses Navicat to connect
PHY驱动调试之 --- PHY控制器驱动(二)
Instruction execution time
解读最早的草图-图像翻译工作SketchyGAN
Concurrent programming - how to interrupt / stop a running thread?
SD_ CMD_ SEND_ SHIFT_ REGISTER
Qt项目中的日志库log4qt使用
PowerManagerService(一)— 初始化
【软件测试】04 -- 软件测试与软件开发
Volcano 资源预留特性
inux摄像头(mipi接口)简要说明









