Skip to content

Commit

Permalink
Set base image to 20.01 PyTorch
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leary <rleary@nvidia.com>
  • Loading branch information
ryanleary committed Feb 11, 2020
1 parent 9cb9aa8 commit 7534a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:19.11-py3
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:20.01-py3

# build an image that includes only the nemo dependencies, ensures that dependencies
# are included first for optimal caching, and useful for building a development
Expand Down

0 comments on commit 7534a71

Please sign in to comment.