forked from DEIB-GECO/DSBot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
57 lines (48 loc) · 1.23 KB
/
Copy pathdocker-compose.yml
File metadata and controls
57 lines (48 loc) · 1.23 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
version: "3.9"
services:
# dsbot:
# build: .
# ports:
# - 5000:5000
rasa:
image: rasa/rasa:2.8.6-full
ports:
- 5005:5005
volumes:
- ./rasa:/app
# To train rasa:
# - uncomment the following two lines
# - remove the 'command' section
# - connect to the container
# - run 'rasa train nlu'
# - take note of the output and replace it in the command below
# entrypoint: /bin/bash
# tty: true
command: >
run
--enable-api
-m models/nlu-20211111-165837.tar.gz
rasaaui:
image: rasa/rasa:2.8.6-full
ports:
- 5006:5005
volumes:
- ./rasaaui:/app
# To train rasa:
# - uncomment the following two lines
# - remove the 'command' section
# - connect to the container
# - run 'rasa train nlu'
# - take note of the output and replace it in the command below
#entrypoint: /bin/bash
#tty: true
#models/nlu-20211205-183513.tar.gz
#models/nlu-20211211-223805.tar.gz
#models/nlu-20220129-190912.tar.gz
#models/nlu-20220131-132107.tar.gz
#models/nlu-20220206-232153.tar.gz
#models/nlu-20220207-191607.tar.gz
command: >
run
--enable-api
-m models/nlu-20220209-200454.tar.gz