|
@@ -102,9 +102,11 @@ RUN git clone https://gitee.com/monkeycc/yolov5.git
|
|
|
# RUN wget --user=sxkj --password='sx' ftp://192.168.199.208/yili.pt
|
|
|
# RUN wget --user=sxkj --password='sx' ftp://192.168.199.208/best.pt
|
|
|
# RUN wget --user=sxkj --password='sx' ftp://192.168.199.208/best2.pt
|
|
|
-RUN wget --user=sxkj --password='sx' ftp://192.168.199.208/8-14_layout_model.pt
|
|
|
+#RUN wget --user=sxkj --password='sx' ftp://192.168.199.208/8-14_layout_model.pt
|
|
|
+RUN wget --user=sxkj --password='sx' ftp://192.168.199.208/0822yili.pt
|
|
|
|
|
|
-ADD . /workspace
|
|
|
+
|
|
|
+ADD . /workspace
|
|
|
EXPOSE 8080
|
|
|
|
|
|
|