Skip to content

Commit ce25cd3

Browse files
cbluebirdgithub-actions[bot]
authored andcommitted
auto generate runtime yaml
1 parent 74bf99c commit ce25cd3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

config-cn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"version": [
2727
{
2828
"name": "pytorch",
29-
"image": "ghcr.io/labring-actions/devbox/pytorch-pytorch:2ea40f",
29+
"image": "ghcr.io/labring-actions/devbox/pytorch-pytorch:74bf99",
3030
"config": "{ports:\n [ {containerPort: 22,\n name: devbox-ssh-port,\n protocol: TCP}]\n appPorts:\n [{port: 8080,\n name: devbox-app-port,\n protocol: TCP}]\n user: devbox,\n workingDir: /home/devbox/project,\n releaseCommand:\n [/bin/bash\n , -c]\n releaseArgs:\n [/home/devbox/project/entrypoint.sh]}"
3131
}
3232
]

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"version": [
257257
{
258258
"name": "pytorch",
259-
"image": "ghcr.io/labring-actions/devbox/pytorch-pytorch:2ea40f",
259+
"image": "ghcr.io/labring-actions/devbox/pytorch-pytorch:74bf99",
260260
"config": "{ports:\n [ {containerPort: 22,\n name: devbox-ssh-port,\n protocol: TCP}]\n appPorts:\n [{port: 8080,\n name: devbox-app-port,\n protocol: TCP}]\n user: devbox,\n workingDir: /home/devbox/project,\n releaseCommand:\n [/bin/bash\n , -c]\n releaseArgs:\n [/home/devbox/project/entrypoint.sh]}"
261261
}
262262
]

yaml/cn/Framework/pytorch/pytorch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: devbox.sealos.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: pytorch-pytorch-2024-12-10-0518
4+
name: pytorch-pytorch-2024-12-10-0530
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: pytorch
1010
config:
11-
image: ghcr.io/labring-actions/devbox/pytorch-pytorch:2ea40f
11+
image: ghcr.io/labring-actions/devbox/pytorch-pytorch:74bf99
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,7 +26,7 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: pytorch pytorch
2828
version: "pytorch"
29-
runtimeVersion: 2024-12-10-0518
29+
runtimeVersion: 2024-12-10-0530
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1

yaml/en/Framework/pytorch/pytorch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: devbox.sealos.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: pytorch-pytorch-2024-12-10-0518
4+
name: pytorch-pytorch-2024-12-10-0530
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: pytorch
1010
config:
11-
image: ghcr.io/labring-actions/devbox/pytorch-pytorch:2ea40f
11+
image: ghcr.io/labring-actions/devbox/pytorch-pytorch:74bf99
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,7 +26,7 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: pytorch pytorch
2828
version: "pytorch"
29-
runtimeVersion: 2024-12-10-0518
29+
runtimeVersion: 2024-12-10-0530
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1

0 commit comments

Comments
 (0)