Skip to content

Commit

Permalink
auto generate runtime yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird authored and github-actions[bot] committed Dec 10, 2024
1 parent 2ea40f7 commit 180f89d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"version": [
{
"name": "pytorch",
"image": "ghcr.io/labring-actions/devbox/pytorch-pytorch:d40e5f",
"image": "ghcr.io/labring-actions/devbox/pytorch-pytorch:2ea40f",
"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]}"
}
]
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"version": [
{
"name": "pytorch",
"image": "ghcr.io/labring-actions/devbox/pytorch-pytorch:d40e5f",
"image": "ghcr.io/labring-actions/devbox/pytorch-pytorch:2ea40f",
"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]}"
}
]
Expand Down
6 changes: 3 additions & 3 deletions yaml/cn/Framework/pytorch/pytorch.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: pytorch-pytorch-2024-12-10-0431
name: pytorch-pytorch-2024-12-10-0518
namespace: devbox-system
annotations:
devbox.sealos.io/defaultVersion: "false"
spec:
classRef: pytorch
config:
image: ghcr.io/labring-actions/devbox/pytorch-pytorch:d40e5f
image: ghcr.io/labring-actions/devbox/pytorch-pytorch:2ea40f
ports:
- containerPort: 22
name: devbox-ssh-port
Expand All @@ -26,7 +26,7 @@ spec:
- /home/devbox/project/entrypoint.sh
description: pytorch pytorch
version: "pytorch"
runtimeVersion: 2024-12-10-0431
runtimeVersion: 2024-12-10-0518
state: active
---
apiVersion: devbox.sealos.io/v1alpha1
Expand Down
6 changes: 3 additions & 3 deletions yaml/en/Framework/pytorch/pytorch.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: pytorch-pytorch-2024-12-10-0431
name: pytorch-pytorch-2024-12-10-0518
namespace: devbox-system
annotations:
devbox.sealos.io/defaultVersion: "false"
spec:
classRef: pytorch
config:
image: ghcr.io/labring-actions/devbox/pytorch-pytorch:d40e5f
image: ghcr.io/labring-actions/devbox/pytorch-pytorch:2ea40f
ports:
- containerPort: 22
name: devbox-ssh-port
Expand All @@ -26,7 +26,7 @@ spec:
- /home/devbox/project/entrypoint.sh
description: pytorch pytorch
version: "pytorch"
runtimeVersion: 2024-12-10-0431
runtimeVersion: 2024-12-10-0518
state: active
---
apiVersion: devbox.sealos.io/v1alpha1
Expand Down

0 comments on commit 180f89d

Please sign in to comment.