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

Commit

Permalink
Bump version to 0.2.0 in docker container
Browse files Browse the repository at this point in the history
Summary: Bump version to 0.2.0 in docker container

Reviewed By: kiukchung

Differential Revision: D21316175

fbshipit-source-id: ac0471164e2d5817d5529d629d50a30cb25966d7
  • Loading branch information
aivanou authored and facebook-github-bot committed Apr 30, 2020
1 parent dae3ef1 commit 45dc33f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Examples
The examples below run on the `torchelastic/examples <https://hub.docker.com/r/torchelastic/examples>`_
Docker image, built from the `examples/Dockerfile <https://github.com/pytorch/elastic/blob/master/examples/Dockerfile>`_.

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

Prerequisite
--------------
Expand Down
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=pytorch/elastic:0.2.0rc1
ARG BASE_IMAGE=pytorch/elastic:0.2.0
FROM $BASE_IMAGE

# install utilities and dependencies
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/config/samples/classy-vision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: elasticjob-worker
image: torchelastic/examples:0.2.0rc1
image: torchelastic/examples:0.2.0
imagePullPolicy: Always
args:
- "--nproc_per_node=1"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/config/samples/imagenet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: elasticjob-worker
image: torchelastic/examples:0.2.0rc1
image: torchelastic/examples:0.2.0
imagePullPolicy: Always
args:
- "--nproc_per_node=1"
Expand Down

0 comments on commit 45dc33f

Please sign in to comment.