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 ---------------------------------------------------