Skip to content

Commit

Permalink
Explicit git clone master (ultralytics#3311)
Browse files Browse the repository at this point in the history
(cherry picked from commit 73a92dc)
  • Loading branch information
glenn-jocher authored and Lechtr committed May 24, 2021
1 parent 7ea8ef9 commit 0eb3716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/aws/userdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cd home/ubuntu
if [ ! -d yolov5 ]; then
echo "Running first-time script." # install dependencies, download COCO, pull Docker
git clone https://github.com/ultralytics/yolov5 && sudo chmod -R 777 yolov5
git clone https://github.com/ultralytics/yolov5 -b master && sudo chmod -R 777 yolov5
cd yolov5
bash data/scripts/get_coco.sh && echo "Data done." &
sudo docker pull ultralytics/yolov5:latest && echo "Docker done." &
Expand Down

0 comments on commit 0eb3716

Please sign in to comment.