forked from BMW-InnovationLab/BMW-TensorFlow-Training-GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yml
38 lines (34 loc) · 709 Bytes
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: '2.3'
services:
docker_sdk:
image: tf_docker_sdk
build:
context: ./docker_sdk_api
dockerfile: dockerfile
args:
http_proxy:
https_proxy:
training:
image: tf_training_api
build:
context: ./training_api
dockerfile: dockerfile
args:
http_proxy:
https_proxy:
user_interface:
image: tf_training_ui
build:
context: ./gui
dockerfile: dockerfile
args:
http_proxy:
https_proxy:
inference_api:
image: tf_inference_api_for_training_gui
build:
context: ./inference
dockerfile: docker/dockerfile
args:
http_proxy:
https_proxy: