forked from fengxia41103/mouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
54 lines (46 loc) · 1.25 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
# docker-compose version
version: '3.3'
# computes
services:
simba:
build:
context: .
dockerfile: ./Dockerfile-simba
image: simba-python36
environment:
# only works for Linux
DISPLAY:
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix #Static - needed to display atom on your host
- ./videos:/app/videos
- ./output:/app/output
#- ../../3rd/simba/simba:/code/simba
- ./template-config.ini:/app/template-config.ini
- ./main.py:/app/main.py
command: /opt/conda/envs/simba/bin/simba
deep:
# use official image
#image: deeplabcut/deeplabcut:latest-gui
# if to build your own
build:
context: .
dockerfile: ./Dockerfile-deep
image: deeplabcut-python36
command: /opt/conda/envs/DLC-CPU/bin/python -m deeplabcut
# common regardless image
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix #Static - needed to display atom on your host
- ./videos:/app/videos
- ./output:/app/output
environment:
# only works for Linux
DISPLAY:
project:
build:
context: .
dockerfile: ./Dockerfile-taskjuggler
image: taskjuggler
volumes:
- ./project:/project
- ./docs/content/downloads:/reports
command: tj3 main.tjp