Skip to content

Commit

Permalink
update ngc for 1.3 (#7414)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1a27c12)
  • Loading branch information
Borda committed May 11, 2021
1 parent a4d676d commit 5ababc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dockers/nvidia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel_21-03.html#rel_21-03
FROM nvcr.io/nvidia/pytorch:21.03-py3
# https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes
FROM nvcr.io/nvidia/pytorch:21.04-py3

MAINTAINER PyTorchLightning <https://github.com/PyTorchLightning>

Expand Down Expand Up @@ -46,6 +46,8 @@ RUN \
rm -rf pytorch-lightning && \
pip list

RUN pip install lightning-grid -U

ENV PYTHONPATH="/workspace"

RUN \
Expand Down

0 comments on commit 5ababc4

Please sign in to comment.