-
Notifications
You must be signed in to change notification settings - Fork 2
/
docker-compose.yml
143 lines (124 loc) · 3.04 KB
/
docker-compose.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
version: '2.3'
services:
amanda_deb:
build:
context: .
dockerfile: recipe_amanda_deb.Dockerfile
# args:
# AMANDA_VERSION: "${AMANDA_VERSION}"
image: vsiri/recipe:amanda_deb
gosu:
build:
context: .
dockerfile: recipe_gosu.Dockerfile
# args:
# GOSU_VERSION: "${GOSU_VERSION}"
image: vsiri/recipe:gosu
tini:
build:
context: .
dockerfile: recipe_tini.Dockerfile
# args:
# TINI_VERSION: "${TINI_VERSION}"
image: vsiri/recipe:tini
tini-musl:
build:
context: .
dockerfile: recipe_tini-musl.Dockerfile
# args:
# TINI_VERSION: "${TINI_VERSION}"
image: vsiri/recipe:tini-musl
ep:
build:
context: .
dockerfile: recipe_ep.Dockerfile
# args:
# EP_VERSION: "${EP_VERSION}"
image: vsiri/recipe:ep
jq:
build:
context: .
dockerfile: recipe_jq.Dockerfile
# args:
# JQ_VERSION: "${JQ_VERSION}"
image: vsiri/recipe:jq
ninja:
build:
context: .
dockerfile: recipe_ninja.Dockerfile
image: vsiri/recipe:ninja
cmake:
build:
context: .
dockerfile: recipe_cmake.Dockerfile
image: vsiri/recipe:cmake
docker:
build:
context: .
dockerfile: recipe_docker.Dockerfile
image: vsiri/recipe:docker
docker-compose:
build:
context: .
dockerfile: recipe_docker-compose.Dockerfile
image: vsiri/recipe:docker-compose
git-lfs:
build:
context: .
dockerfile: recipe_git-lfs.Dockerfile
image: vsiri/recipe:git-lfs
pipenv:
build:
context: .
dockerfile: recipe_pipenv.Dockerfile
image: vsiri/recipe:pipenv
vsi:
build:
context: ../..
dockerfile: docker/recipes/recipe_vsi.Dockerfile
image: vsiri/recipe:vsi
onetrueawk:
build:
context: .
dockerfile: recipe_onetrueawk.Dockerfile
# args:
# ONETRUEAWK_VERSION: "${ONETRUEAWK_VERSION}"
image: vsiri/recipe:onetrueawk
conda-python:
build:
context: .
dockerfile: recipe_conda_python.Dockerfile
# args:
# PYTHON_VERSION: "${PYTHON_VERSION}"
# PYTHON_INSTALL_DIR: "${PYTHON_INSTALL_DIR}"
# USE_MINICONDA: ${USE_MINICONDA}"
image: vsiri/recipe:conda-python
proj-data:
build:
context: .
dockerfile: recipe_proj-data.Dockerfile
# args:
# PROJ_DATA_VERSION: "${PROJ_DATA_VERSION}"
image: vsiri/recipe:proj-data
rocky:
build:
context: .
dockerfile: recipe_rocky.Dockerfile
image: vsiri/recipe:rocky
cuda:
build:
context: .
dockerfile: recipe_cuda.Dockerfile
# args:
# CUDA_VERSION: "${CUDA_VERSION}"
# CUDNN_VERSION: "${CUDNN_VERSION}"
# CUDA_RECIPE_TARGET: "${CUDA_RECIPE_TARGET}"
image: vsiri/recipe:cuda
cudagl:
build:
context: .
dockerfile: recipe_cudagl.Dockerfile
# args:
# LIBGLVND_VERSION: "${LIBGLVND_VERSION}"
# CUDA_RECIPE_TARGET: "${CUDA_RECIPE_TARGET}"
image: vsiri/recipe:cudagl