forked from cajal/DeepLabCut
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
70 lines (67 loc) · 1.83 KB
/
docker-compose.yml
File metadata and controls
70 lines (67 loc) · 1.83 KB
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
version: '2.3'
services:
notebook:
image: "deeplabcut:2.0.5-pipeline"
runtime: nvidia
ports:
- "8888:8888"
volumes:
- /mnt/:/mnt/
# - /home/pipeline_data/:/tmp/
# - $HOME/Documents/pipeline/:/data/pipeline/
# - .:/data/DeepLabCut
- /home/donnie/Documents/Repos/DeepLabCut:/data/
env_file: .env
working_dir: /data/
environment:
- DISPLAY=$DISPLAY
entrypoint:
- jupyter
- lab
- --ip=0.0.0.0
- --allow-root
- --NotebookApp.token=''
- --no-browser
bash:
image: "deeplabcut:2.0.5-pipeline"
runtime: nvidia
volumes:
- /mnt/:/mnt/
# - /home/pipeline_data/:/tmp/
# - /home/pipeline_data/:/mnt/data/
# - $HOME/Documents/pipeline/:/data/pipeline/
# - .:/data/DeepLabCut
- /home/donnie/Documents/Repos/DeepLabCut:/data/
- /etc/localtime:/etc/localtime:ro
- /tmp/.X11-unix:/tmp/.X11-unix
env_file: .env
environment:
- DISPLAY=$DISPLAY
- USER_HOME=/DeepLabCut
entrypoint:
- /bin/bash
bokeh_app:
image: "deeplabcut:2.0.5-pipeline"
runtime: nvidia
ports:
- "5006:5006"
volumes:
- /mnt/:/mnt/
# - /home/pipeline_data/:/tmp/
# - /home/pipeline_data/:/mnt/data/
# - $HOME/Documents/pipeline/:/data/pipeline/
# - .:/data/DeepLabCut
- /home/donnie/Documents/Repos/DeepLabCut:/data/
- /home/donnie/Documents/Repos/DLC_tool_DK:/data/
- /etc/localtime:/etc/localtime:ro
- /tmp/.X11-unix:/tmp/.X11-unix
env_file: .env
working_dir: /data/
environment:
- DISPLAY=$DISPLAY
- USER_HOME=/DeepLabCut
entrypoint:
- bokeh
- serve
- --allow-websocket-origin=10.21.17.1:5006
- myapp.py