Skip to content

Commit b3b57e8

Browse files
committed
use docker hub images
1 parent a0d5666 commit b3b57e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/prepare_dataset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ spec:
1818
name: ceph-secret
1919
containers:
2020
- name: prepare
21-
image: bootstrapper:5000/yancey1989/paddlecloud-job
21+
image: yancey1989/paddlecloud-job
2222
command: ["sh", "-c", "python -c \"import paddle.v2.dataset as dataset; dataset.common.convert('/pfs/dlnel/public/dataset')\""]
2323
volumeMounts:
2424
- name: data-storage
2525
mountPath: /pfs/dlnel/public
26-
restartPolicy: Never
26+
restartPolicy: Never

0 commit comments

Comments
 (0)