Commit
•
86d7996
1
Parent(s):
c1287cb
Update model name (#11)
Browse files- Update model name (685558d109963e6161e46d2291b3d6bc67ea3390)
Co-authored-by: Anand <[email protected]>
- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -35,7 +35,7 @@ ENTRYPOINT [ "rasa" ]
|
|
35 |
# Expose the port that the application listens on.
|
36 |
EXPOSE 7860
|
37 |
|
38 |
-
# List of Models: central+careersv1.0.tar.gz,Arpit-v1.0.tar.gz
|
39 |
|
40 |
# Run the application.
|
41 |
-
CMD ["run","--model","models/Arpit-v1.0.tar.gz","--enable-api","--port","7860"]
|
|
|
35 |
# Expose the port that the application listens on.
|
36 |
EXPOSE 7860
|
37 |
|
38 |
+
# List of Models: central+careersv1.0.tar.gz,Arpit-v1.0.tar.gz,Maisam+Arpit+Anand+Pankaj-bot-v1.0.tar.gz
|
39 |
|
40 |
# Run the application.
|
41 |
+
CMD ["run","--model","models/Maisam+Arpit+Anand+Pankaj-bot-v1.0.tar.gz","--enable-api","--port","7860"]
|