21 lines
592 B
YAML
21 lines
592 B
YAML
---
|
|
# General Dependencies
|
|
general:
|
|
dependencies:
|
|
apt:
|
|
- apt-transport-https # known good with 1.6.6ubuntu0.1 all
|
|
- ca-certificates # known good with 20180409
|
|
- curl # known good with 7.58.0-2ubuntu3.5
|
|
- gnupg-agent # known good with 2.2.4-1ubuntu1.2
|
|
- python3-pip # known good with 9.0.1-2.3~ubuntu1
|
|
- software-properties-common # known good with 0.96.24.32.7
|
|
- git
|
|
- golang
|
|
- apt-utils
|
|
- libopenmpi-dev
|
|
- python3-setuptools
|
|
- python3-dev
|
|
pip:
|
|
- docker>=3.7.0 # known good with 3.7.0
|
|
- tensorflow
|