Skip to content

Commit abf3da8

Browse files
champon1020johnugeorge
authored andcommitted
fix(example): add installation of python-etcd in Pytorch example (kubeflow#2064)
Signed-off-by: champon1020 <[email protected]>
1 parent ead31e1 commit abf3da8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/pytorch/elastic/imagenet/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ WORKDIR /workspace
1010
RUN apt-get -q update && apt-get -q install -y wget unzip
1111
RUN wget -q http://cs231n.stanford.edu/tiny-imagenet-200.zip && unzip -q tiny-imagenet-200.zip -d data && rm tiny-imagenet-200.zip
1212

13+
# install dependent library
14+
RUN pip install --upgrade pip && pip install python-etcd
15+
1316
COPY examples/pytorch/elastic/imagenet/ ./examples
1417

1518
USER root

0 commit comments

Comments
 (0)