Update matplotlib backend switching (#4987)

This commit is contained in:
Glenn Jocher 2023-09-20 00:50:30 +02:00 committed by GitHub
parent 28569ced8a
commit 7f78fad8ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View file

@ -23,8 +23,9 @@ RUN apt upgrade --no-install-recommends -y openssl tar
WORKDIR /usr/src/ultralytics
# Copy contents
COPY . /usr/src/ultralytics
# COPY . /usr/src/ultralytics # git permission issues inside container
RUN git clone https://github.com/ultralytics/ultralytics -b main /usr/src/ultralytics
# RUN git clone https://github.com/ultralytics/ultralytics -b main /usr/src/ultralytics
ADD https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt /usr/src/ultralytics/
# Install pip packages