Commit
·
a9286be
1
Parent(s):
2a7602d
Update model path (#4)
Browse files- Update model path (a47b246c3622588c7293cd69815f015a5a4b6db5)
Co-authored-by: Anand <[email protected]>
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,4 +36,4 @@ ENTRYPOINT [ "rasa" ]
|
|
36 |
EXPOSE 7860
|
37 |
|
38 |
# Run the application.
|
39 |
-
CMD ["run","--enable-api","--port","7860"]
|
|
|
36 |
EXPOSE 7860
|
37 |
|
38 |
# Run the application.
|
39 |
+
CMD ["run","--model","models/central+careersv1.0.tar.gz","--enable-api","--port","7860"]
|