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 9547506 commit c20c8ccCopy full SHA for c20c8cc
keras.yml
@@ -0,0 +1,8 @@
1
+- hosts: local
2
+ become: yes
3
+ tasks:
4
+ - name: install the package, force upgrade
5
+ pip:
6
+ name: keras
7
+ state: latest
8
+ extra_args: --upgrade
tensorflow.yml
@@ -0,0 +1,7 @@
+ - name: install the Tensorflow, force upgrade
+ name: tensorflow
theano.yml
+ - name: install the Theano, force upgrade
+ name: git+git://github.com/Theano/Theano.git
+ extra_args: --upgrade --no-deps
0 commit comments