Skip to content

Commit

Permalink
fix(example): add installation of python-etcd
Browse files Browse the repository at this point in the history
Signed-off-by: champon1020 <nagatelu1020@gmail.com>
  • Loading branch information
champon1020 committed Apr 14, 2024
1 parent c204220 commit 8363165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/pytorch/elastic/imagenet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ WORKDIR /workspace
RUN apt-get -q update && apt-get -q install -y wget unzip
RUN wget -q http://cs231n.stanford.edu/tiny-imagenet-200.zip && unzip -q tiny-imagenet-200.zip -d data && rm tiny-imagenet-200.zip

# install dependent library
RUN pip install --upgrade pip && pip install python-etcd

COPY examples/pytorch/elastic/imagenet/ ./examples

USER root
Expand Down

0 comments on commit 8363165

Please sign in to comment.