From 8c533a92b0a824edc1168796255dab38acc4b546 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 2 Jun 2020 11:22:28 -0700 Subject: [PATCH] remove dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da91e035..f21cf49e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nvcr.io/nvidia/pytorch:20.03-py3 # Install dependencies (pip or conda) -RUN pip install -U gsutil thop +RUN pip install -U gsutil # RUN pip install -U -r requirements.txt # RUN conda update -n base -c defaults conda # RUN conda install -y -c anaconda future numpy opencv matplotlib tqdm pillow