-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
35 lines (27 loc) · 787 Bytes
/
Makefile
File metadata and controls
35 lines (27 loc) · 787 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
.PHONY: python_37
python_37:
docker build python/3.7 -t python:3.7-ayorgo
.PHONY: python_310
python_310:
docker build python/3.10 -t python:3.10-ayorgo
.PHONY: python_310_pytorch_cuda
python_310_pytorch_cuda:
docker build python/3.10-pytorch-cuda -t python:3.10-pytorch-cuda-ayorgo
.PHONY: python_311
python_311:
docker build python/3.11 -t python:3.11-ayorgo
.PHONY: python_311_arch
python_311_arch:
docker build python/3.11-arch -t python:3.11-arch-ayorgo
.PHONY: python_311_cuda
python_311_cuda:
docker build python/3.11-cuda -t python:3.11-cuda-ayorgo
.PHONY: python_312
python_312:
docker build python/3.12 -t python:3.12-ayorgo
.PHONY: r_431
r_431:
docker build r/4.3.1 -t r:4.3.1-ayorgo
.PHONY: rust_1870
rust_1870:
docker build rust/1.87.0 -t rust:1.87.0-ayorgo