File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ RUN pip3 install --upgrade pip \
3636 && mim install mmdet==3.3.0 \
3737 && pip install git+https://github.com/onuralpszr/mmyolo.git
3838
39- # RUN git clone --recursive https://github.com/tim-win/YOLO-World /yolo/
40- COPY . /yolo
41- WORKDIR /yolo
39+ RUN git clone --recursive https://github.com/tim-win/YOLO-World /yolo/
40+ # COPY . /yolo
41+ # WORKDIR /yolo
4242
4343RUN pip3 install -e .[demo]
4444
4545RUN pip3 install onnx onnxsim
4646# RUN cd third_party/ && rm -rf ./mmyolo && git clone https://github.com/onuralpszr/mmyolo.git .
4747
48- RUN chmod a+rwx /weights/
48+ RUN mkdir /weights/
4949RUN chmod a+rwx /yolo/configs/*/*
5050
5151CMD [ "python3" , "demo/gradio_demo.py" , "" , "" ]
52- # CMD ["configs/pretrain/$MODEL", "weights/$WEIGHT"]
52+ # CMD ["configs/pretrain/$MODEL", "weights/$WEIGHT"]
You can’t perform that action at this time.
0 commit comments