当前位置:网站首页>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
边栏推荐
- SOC_SD_CMD_FSM
- docker安装mysql并使用navicat连接
- About vscode, "code unreachable" will be displayed when calling sendline series functions with pwntools“
- Empire help
- Ros2 - first acquaintance with ros2 (I)
- Ros2 - ros2 vs. ros1 (II)
- GPIO port bit based on Cortex-M3 and M4 with operation macro definition (can be used for bus input and output, STM32, aducm4050, etc.)
- Sum of two numbers, the numbers in the array are converted to decimal, added, and output inversely
- *P++, (*p) + +, * (p++) differences
- 2022.06.27_每日一题
猜你喜欢
随机推荐
Ros2 - configuration development environment (V)
扫盲-以太网MII接口类型大全-MII、RMII、SMII、GMII、RGMII、SGMII、XGMII、XAUI、RXAUI
6-2 sequence table operation set
Unity UGUI不同的UI面板或者UI之间如何进行坐标匹配和变换
ethtool 原理介绍和解决网卡丢包排查思路(附ethtool源码下载)
【软件测试】03 -- 软件测试概述
[software testing] 05 -- principles of software testing
Volcano resource reservation feature
Inftnews | drink tea and send virtual stocks? Analysis of Naixue's tea "coin issuance"
Xavier CPU & GPU 高负载功耗测试
CGroup CPU group source code analysis
SOC_SD_CMD_FSM
Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL
SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
6-4 search by serial number of linked list
ROS2——功能包(六)
你心目中的数据分析 Top 1 选 Pandas 还是选 SQL?
Vscode editor
Skywalking all
Instruction execution time









