MAINTAINER has been deprecated (#7683)

This commit is contained in:
Kaushik B 2021-05-25 00:01:31 +05:30 committed by GitHub
parent ad168fc4c6
commit 2c10ecc232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
MAINTAINER PyTorchLightning <https://github.com/PyTorchLightning> LABEL maintainer="PyTorchLightning <https://github.com/PyTorchLightning>"
ARG PYTHON_VERSION=3.8 ARG PYTHON_VERSION=3.8
ARG PYTORCH_VERSION=1.7 ARG PYTORCH_VERSION=1.7

View File

@ -14,7 +14,7 @@
FROM google/cloud-sdk:slim FROM google/cloud-sdk:slim
MAINTAINER PyTorchLightning <https://github.com/PyTorchLightning> LABEL maintainer="PyTorchLightning <https://github.com/PyTorchLightning>"
# CALL: docker image build -t pytorch-lightning:XLA-extras-py3.6 -f dockers/base-xla/Dockerfile . --build-arg PYTHON_VERSION=3.6 # CALL: docker image build -t pytorch-lightning:XLA-extras-py3.6 -f dockers/base-xla/Dockerfile . --build-arg PYTHON_VERSION=3.6
# This Dockerfile installs pytorch/xla 3.7 wheels. There are also 3.6 wheels available; see below. # This Dockerfile installs pytorch/xla 3.7 wheels. There are also 3.6 wheels available; see below.

View File

@ -17,7 +17,7 @@ ARG PYTORCH_VERSION=1.7
FROM pytorchlightning/pytorch_lightning:base-ipu-py${PYTHON_VERSION}-torch${PYTORCH_VERSION} FROM pytorchlightning/pytorch_lightning:base-ipu-py${PYTHON_VERSION}-torch${PYTORCH_VERSION}
MAINTAINER PyTorchLightning <https://github.com/PyTorchLightning> LABEL maintainer="PyTorchLightning <https://github.com/PyTorchLightning>"
RUN echo "ALL ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers RUN echo "ALL ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers

View File

@ -15,7 +15,7 @@
# https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes # https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes
FROM nvcr.io/nvidia/pytorch:21.04-py3 FROM nvcr.io/nvidia/pytorch:21.04-py3
MAINTAINER PyTorchLightning <https://github.com/PyTorchLightning> LABEL maintainer="PyTorchLightning <https://github.com/PyTorchLightning>"
ARG LIGHTNING_VERSION="" ARG LIGHTNING_VERSION=""

View File

@ -17,7 +17,7 @@ ARG PYTORCH_VERSION=1.5
FROM pytorchlightning/pytorch_lightning:base-cuda-py${PYTHON_VERSION}-torch${PYTORCH_VERSION} FROM pytorchlightning/pytorch_lightning:base-cuda-py${PYTHON_VERSION}-torch${PYTORCH_VERSION}
MAINTAINER PyTorchLightning <https://github.com/PyTorchLightning> LABEL maintainer="PyTorchLightning <https://github.com/PyTorchLightning>"
ARG LIGHTNING_VERSION="" ARG LIGHTNING_VERSION=""

View File

@ -17,7 +17,7 @@ ARG PYTORCH_VERSION=1.6
FROM pytorchlightning/pytorch_lightning:base-xla-py${PYTHON_VERSION}-torch${PYTORCH_VERSION} FROM pytorchlightning/pytorch_lightning:base-xla-py${PYTHON_VERSION}-torch${PYTORCH_VERSION}
MAINTAINER PyTorchLightning <https://github.com/PyTorchLightning> LABEL maintainer="PyTorchLightning <https://github.com/PyTorchLightning>"
#SHELL ["/bin/bash", "-c"] #SHELL ["/bin/bash", "-c"]