Update Dockerfile (#7282)

pull/7281/head^2
Glenn Jocher 2022-04-05 00:52:37 +02:00 committed by GitHub
parent 7882950577
commit 2da68664b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Copy contents
RUN git clone https://github.com/ultralytics/yolov5 /usr/src/app
# COPY . /usr/src/app
COPY . /usr/src/app
RUN git clone https://github.com/ultralytics/yolov5 /usr/src/yolov5
# Downloads to user config dir
ADD https://ultralytics.com/assets/Arial.ttf /root/.config/Ultralytics/