dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of github.com:AlexeyAB/darknet
AlexeyAB
2017-12-28
83d9b0b6d81755ce3f7b856b56a485b0abb34f81
[~speedprog/mtg/mtg_card_detector.git]
/
.circleci
/
config.yml
1
2
3
4
5
6
7
8
9
10
version: 2.0
jobs:
build:
docker:
- image: alantrrs/cuda-opencv:latest
# - image: nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04
working_directory: ~/work
steps:
- checkout
- run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8