From 6b2153d334b38105b26de911d82527d0bf6a0cf8 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 9 Jan 2020 09:59:53 -0800 Subject: [PATCH] updates --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9c7edd..9e8d8ad6 100755 --- a/README.md +++ b/README.md @@ -27,11 +27,14 @@ The https://github.com/ultralytics/yolov3 repo contains inference and training c # Requirements Python 3.7 or later with all of the `pip install -U -r requirements.txt` packages including: - - `torch >= 1.3` - `opencv-python` - `Pillow` +All dependencies are included in the associated docker images. Docker requirements are: +- `nvidia-docker` +- Nvidia Driver Version >= 440.44 + # Tutorials * [GCP Quickstart](https://github.com/ultralytics/yolov3/wiki/GCP-Quickstart)