added python dependencies

This commit is contained in:
2021-06-12 21:56:08 +04:00
parent 5f76b1272a
commit e6bd7ae103
44 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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