Update model path
Browse files- 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"]
|