Skip to content

Commit 5ababc4

Browse files
committed
update ngc for 1.3 (#7414)
(cherry picked from commit 1a27c12)
1 parent a4d676d commit 5ababc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dockers/nvidia/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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

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

@@ -46,6 +46,8 @@ RUN \
4646
rm -rf pytorch-lightning && \
4747
pip list
4848

49+
RUN pip install lightning-grid -U
50+
4951
ENV PYTHONPATH="/workspace"
5052

5153
RUN \

0 commit comments

Comments
 (0)