Ver Fonte

update Dockerfile

Zhang Li há 2 anos atrás
pai
commit
9f8dca06da
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -94,7 +94,8 @@ stdout_logfile_maxbytes=50MB\n\
 environment=CUDA_VISIBLE_DEVICES=0\n\
 " > /etc/supervisor/conf.d/be.conf
 
-RUN git clone https://gitee.com/monkeycc/yolov5.git
+RUN git clone https://gitee.com/monkeycc/yolov5.git \
+RUN wget --user=sxkj --password='sx' ftp://192.168.199.208/best.pt
 
 Add . /workspace
 EXPOSE 8080