Skip to content

Commit

Permalink
fix docker image can't be pulled (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored and GarnettWang committed Aug 9, 2018
1 parent 332e9c6 commit 5a88ef4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 62 deletions.
2 changes: 1 addition & 1 deletion charts/tf-horovod/dist-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ sshPort: 23 # user define
dataDir: /data0 #user define
number: 2
podManagementPolicy: Parallel
image: registry-vpc.cn-zhangjiakou.aliyuncs.com/ai_zhangbei/deep-learning:gpu-tf-1.6.0
image: registry.cn-zhangjiakou.aliyuncs.com/ai_zhangbei/deep-learning:gpu-tf-1.6.0

nvidiaPath: /usr/local/nvidia-docker/nvidia_driver/384.81
4 changes: 2 additions & 2 deletions charts/training/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ workingDir: /root
# syncMode: rsync
# syncSource: 10.77.29.68::backup/data/logoRecoTrain.zip

syncImage: registry-vpc.cn-zhangjiakou.aliyuncs.com/tensorflow-samples/rsync
syncImage: registry.cn-zhangjiakou.aliyuncs.com/tensorflow-samples/rsync
# imagePullPolicy: Always


tensorboard:
enable: false
image: registry-vpc.cn-zhangjiakou.aliyuncs.com/tensorflow-samples/tensorboard:1.1.0
image: registry.cn-zhangjiakou.aliyuncs.com/tensorflow-samples/tensorboard:1.1.0
imagePullPolicy: Always

nvidiaPath: /usr/local/nvidia-docker/nvidia_driver/384.81
Expand Down
57 changes: 0 additions & 57 deletions install.md

This file was deleted.

2 changes: 1 addition & 1 deletion kubernetes-artifacts/dashboard/dashboard-1.7.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: kubernetes-dashboard
image: registry-vpc.cn-zhangjiakou.aliyuncs.com/tensorflow-samples/kubernetes-dashboard-amd64:v1.6.0
image: registry.cn-zhangjiakou.aliyuncs.com/tensorflow-samples/kubernetes-dashboard-amd64:v1.6.0
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-artifacts/dashboard/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: kubernetes-dashboard
image: registry-vpc.cn-zhangjiakou.aliyuncs.com/tensorflow-samples/kubernetes-dashboard-amd64:v1.6.0
image: registry.cn-zhangjiakou.aliyuncs.com/tensorflow-samples/kubernetes-dashboard-amd64:v1.6.0
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down

0 comments on commit 5a88ef4

Please sign in to comment.