We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d676d commit 5ababc4Copy full SHA for 5ababc4
dockers/nvidia/Dockerfile
@@ -12,8 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
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
+# https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes
+FROM nvcr.io/nvidia/pytorch:21.04-py3
17
18
MAINTAINER PyTorchLightning <https://github.com/PyTorchLightning>
19
@@ -46,6 +46,8 @@ RUN \
46
rm -rf pytorch-lightning && \
47
pip list
48
49
+RUN pip install lightning-grid -U
50
+
51
ENV PYTHONPATH="/workspace"
52
53
RUN \
0 commit comments