Skip to content

Commit

Permalink
Temporately change trainer docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
helinwang committed Oct 20, 2017
1 parent 070af1e commit a2d1adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/controller/autoscale_job/trainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
path: /workspace
containers:
- name: trainer
image: paddlepaddle/paddlecloud-job
image: helinwang/paddlecloud-job
imagePullPolicy: Always
command: ["paddle_k8s", "start_new_trainer"]
volumeMounts:
Expand Down

2 comments on commit a2d1adc

@putcn
Copy link

@putcn putcn commented on a2d1adc Oct 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks the paddlecloud-job image is not picking the up the fix of "Fix fault tolerant job dist_lock". some trainer stuck at "Trying to acquire lock at /init_ps/lock." you might need to build with latest paddle or use mine at putcn/cloud-job

@helinwang
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@putcn thanks! Done.

Please sign in to comment.