forked from rmbadl/BMW-TensorFlow-Training-GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_cpu.yml
More file actions
39 lines (34 loc) · 721 Bytes
/
build_cpu.yml
File metadata and controls
39 lines (34 loc) · 721 Bytes
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
39
version: '2.3'
services:
docker_sdk:
image: tf2_docker_sdk_api
build:
context: ./docker_sdk_api
dockerfile: docker/Dockerfile
args:
http_proxy:
https_proxy:
training_api:
image: tf2_training_api_cpu
build:
context: ./training_api
dockerfile: docker/CPU/Dockerfile
args:
http_proxy:
https_proxy:
user_interface:
image: tf2_gui
build:
context: ./gui
dockerfile: ./Dockerfile
args:
http_proxy:
https_proxy:
inference_api:
image: tf2_inference_api_cpu
build:
context: ./inference_api
dockerfile: docker/dockerfile
args:
http_proxy:
https_proxy: