curl is missing to run test #271

Closed
kossolax wants to merge 1 commits from patch-1 into master
kossolax commented 2021-10-29 08:28:34 +02:00 (Migrated from github.com)

root@2a3891735f20:~/tkDNN/build# ./test_yolo4_512
mkdir: cannot create directory 'yolo4_512': File exists
sh: 1: curl: not found
unzip: cannot find or open yolo4_512/weights.zip, yolo4_512/weights.zip.zip or yolo4_512/weights.zip.ZIP.
rm: cannot remove 'yolo4_512/weights.zip': No such file or directory

As we install git here instead on https://github.com/ceccocats/tkDNN/blob/master/docker/Dockerfile i guess we can add curl here too.

root@2a3891735f20:~/tkDNN/build# ./test_yolo4_512 mkdir: cannot create directory 'yolo4_512': File exists sh: 1: curl: not found unzip: cannot find or open yolo4_512/weights.zip, yolo4_512/weights.zip.zip or yolo4_512/weights.zip.ZIP. rm: cannot remove 'yolo4_512/weights.zip': No such file or directory As we install git here instead on https://github.com/ceccocats/tkDNN/blob/master/docker/Dockerfile i guess we can add curl here too.
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#271