We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51b7dc commit eb3e1f7Copy full SHA for eb3e1f7
ansible/roles/tensorflow/tasks/main.yml
@@ -8,6 +8,7 @@
8
apt: name={{item}} state=latest
9
with_items:
10
- aptitude
11
+ - colordiff
12
- wget
13
- python-dev
14
- python3-dev
config/diff.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+echo "(1/2) config local:"
4
+colordiff config.local.sample.yml config.local.yml
5
6
+echo "(2/2) config obj_detect:"
7
+colordiff config.obj_detect.sample.yml config.obj_detect.yml
0 commit comments