From b91899ffc4072f2be7c25c03704965ff43140550 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 9 Sep 2019 21:52:29 +0200 Subject: [PATCH] updates --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f773d7f..d4cdee31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,9 +36,9 @@ WORKDIR /usr/src/app COPY . /usr/src/app # Copy weights -RUN python3 -c "from utils.google_utils import *; \ - gdrive_download(id='18xqvs_uwAqfTXp-LJCYLYNHBOcrwbrp0', name='weights/darknet53.conv.74'); \ - gdrive_download(id='1oPCHKsM2JpM-zgyepQciGli9X0MTsJCO', name='weights/yolov3-spp.weights')" +#RUN python3 -c "from utils.google_utils import *; \ +# gdrive_download(id='18xqvs_uwAqfTXp-LJCYLYNHBOcrwbrp0', name='weights/darknet53.conv.74'); \ +# gdrive_download(id='1oPCHKsM2JpM-zgyepQciGli9X0MTsJCO', name='weights/yolov3-spp.weights')" # --------------------------------------------------- Extras Below ---------------------------------------------------