NGC | Catalog
CatalogContainersDLI Deep Learning Fundamentals Course - Base Environment

DLI Deep Learning Fundamentals Course - Base Environment

Logo for DLI Deep Learning Fundamentals Course - Base Environment
Description
Base environment used in the NVIDIA Deep Learning Institute (DLI) Course Fundamentals of Deep Learning, along with Next Steps project.
Publisher
NVIDIA
Latest Tag
v0.0.1
Modified
April 4, 2023
Compressed Size
4.19 GB
Multinode Support
No
Multi-Arch Support
No
v0.0.1 (Latest) Security Scan Results

Linux / amd64

Sorry, your browser does not support inline SVG.

DLI Fundamentals of Deep Learning

This container is used in the NVIDIA Deep Learning Institute workshop Fundamentals of Deep Learning, and with it, you can build your own software using the same libraries and tools used in the workshop. If you have not done so yet, we highly recommend you take the course, and check out other self-paced online courses and instructor-led workshops available from the NVIDIA Deep Learning Institute.

Please Note: This container does not include the training materials or data from the workshop, just the base environment.

Prerequisites

The following are required to run this container. For convenience, we also provide, for each, what the DLI used in our workshop.

  • NVIDIA Pascalâ„¢ GPU architecture or better (we used 1 NVIDIA V100 GPUs)
  • CUDA 10.0, 10.1, or 10.2 with compatible NVIDIA driver (we used CUDA version 10.1 and driver version 418.67)
  • Ubuntu 16.04/18.04 or CentOS 7 (we used Ubuntu 16.04)
  • Docker CE v18+ (we used Docker version 18.03.1-ce)
  • nvidia-docker v2+ (we used nvidia-docker2)

How to Use the Container

If you've never used Docker, we recommend their Orientation and Setup.

Copy and paste the following to download and run the container:

docker run -d \
  --runtime=nvidia \
  -p 8888:8888 \
  -v $PWD:/dli/task/mywork \
  nvcr.io/nvidia/dli-dl-fundamentals:v0.0.1

After running the above, you will be able to access the Jupyter Lab environment running inside the container by visiting :8888 in your browser. There you will find a notebook, Next_Steps.ipynb containing instructions for a more advanced and open ended project, intended for students who have completed the workshop.

Technical Support

License

Copyright 2020 NVIDIA

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Base Image Used for This Container

Also used in this container, and with its own licensing:

TensorFlow on NGC