added python dependencies
This commit is contained in:
@@ -13,5 +13,7 @@ general:
|
||||
- software-properties-common=0.96.24.32.7 # known good with 0.96.24.32.7
|
||||
- git
|
||||
- golang
|
||||
- g++
|
||||
- openjdk-8-jdk
|
||||
pip:
|
||||
- docker>=3.7.0 # known good with 3.7.0
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# 3. handlers - these steps run only in response to specific events. If the event does not occur, the handler does not run.
|
||||
################################################################################
|
||||
---
|
||||
- hosts: test # Alternatively, 'canary', 'blue'|'green', 'all' according to your deployment strategy and your /etc/ansible/hosts file
|
||||
- hosts: gpu # Alternatively, 'canary', 'blue'|'green', 'all' according to your deployment strategy and your /etc/ansible/hosts file
|
||||
become: yes # All commands must run as root
|
||||
strategy: free # Allows all hosts to run to the end of the playbook as fast as they can
|
||||
|
||||
@@ -12,5 +12,9 @@ general:
|
||||
- git
|
||||
- golang
|
||||
- apt-utils
|
||||
- libopenmpi-dev
|
||||
- python3-setuptools
|
||||
- python3-dev
|
||||
pip:
|
||||
- docker>=3.7.0 # known good with 3.7.0
|
||||
- tensorflow
|
||||
Reference in New Issue
Block a user