Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 45dc33f

Browse files
aivanoufacebook-github-bot
authored andcommitted
Bump version to 0.2.0 in docker container
Summary: Bump version to 0.2.0 in docker container Reviewed By: kiukchung Differential Revision: D21316175 fbshipit-source-id: ac0471164e2d5817d5529d629d50a30cb25966d7
1 parent dae3ef1 commit 45dc33f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/source/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Examples
44
The examples below run on the `torchelastic/examples <https://hub.docker.com/r/torchelastic/examples>`_
55
Docker image, built from the `examples/Dockerfile <https://github.com/pytorch/elastic/blob/master/examples/Dockerfile>`_.
66

7-
.. note:: The ``$VERSION`` (e.g. ``0.2.0rc1``) variable is used throughout this page,
7+
.. note:: The ``$VERSION`` (e.g. ``0.2.0``) variable is used throughout this page,
88
this should be substituted with the version of torchelastic you are using.
9-
The examples below only work on torchelastic ``>0.2.0rc1``.
9+
The examples below only work on torchelastic ``>=0.2.0``.
1010

1111
Prerequisite
1212
--------------

examples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=pytorch/elastic:0.2.0rc1
1+
ARG BASE_IMAGE=pytorch/elastic:0.2.0
22
FROM $BASE_IMAGE
33

44
# install utilities and dependencies

kubernetes/config/samples/classy-vision.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: elasticjob-worker
21-
image: torchelastic/examples:0.2.0rc1
21+
image: torchelastic/examples:0.2.0
2222
imagePullPolicy: Always
2323
args:
2424
- "--nproc_per_node=1"

kubernetes/config/samples/imagenet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: elasticjob-worker
21-
image: torchelastic/examples:0.2.0rc1
21+
image: torchelastic/examples:0.2.0
2222
imagePullPolicy: Always
2323
args:
2424
- "--nproc_per_node=1"

0 commit comments

Comments
 (0)