forked from labfunctions/labfunctions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
runtimes.yaml
80 lines (79 loc) · 2.27 KB
/
runtimes.yaml
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
---
runtimes:
default:
description: -|
A general Dockerfile based on pyhthon-3.8.13
container:
maintainer: Xavier Petit <[email protected]>
image: python:3.8.13-buster
user:
uid: 1089
gid: 1090
build_packages: build-essential libopenblas-dev git
base_template: Dockerfile.generic
gpu_support: false
official-client:
description: Official client to be used as labfunctions
container:
maintainer: Xavier Petit <[email protected]>
image: python:3.8.13-buster
user:
uid: 1089
gid: 1090
build_packages: build-essential
base_template: Dockerfile.internal
extra:
pkg_version: 0.10.0a0
official-gpu:
description: Official client with GPU support
container:
maintainer: Xavier Petit <[email protected]>
image: nvidia/cuda:11.5.0-runtime-ubuntu20.04
user:
uid: 1089
gid: 1090
build_packages: build-essential
runtime_packages: python3-pip python3-setuptools
base_template: Dockerfile.internal
gpu:
cuda: 11.5
cudnn: 8.3.1.22-1+cuda11.5
extra:
pkg_version: 0.10.0a0
official-all:
description: Official server for labfunctions
container:
maintainer: Xavier Petit <[email protected]>
image: python:3.8.13-buster
user:
uid: 1089
gid: 1090
build_packages: build-essential
base_template: Dockerfile.internal
extra:
pkg_version: 0.10.0a0
requirements: requirements/requirements_all.txt
gpu:
container:
maintainer: Xavier Petit <[email protected]>
image: nvidia/cuda:11.6.0-runtime-ubuntu20.04
# image: nvidia/cuda:11.2.0-runtime-ubuntu18.04
user:
uid: 1089
gid: 1090
runtime_packages: python3-pip python3-setuptools
base_template: Dockerfile.generic
gpu:
cuda: 11.6
gpu_support: true
tensor-gpu:
container:
maintainer: Xavier Petit <[email protected]>
image: tensorflow/tensorflow:latest-gpu
user:
uid: 1089
gid: 1090
build_packages: build-essential libopenblas-dev git python3-pip
runtime_packages: python3-pip
base_template: Dockerfile.generic
gpu_support: true