Update model name
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -35,5 +35,7 @@ ENTRYPOINT [ "rasa" ]
|
|
35 |
# Expose the port that the application listens on.
|
36 |
EXPOSE 7860
|
37 |
|
|
|
|
|
38 |
# Run the application.
|
39 |
-
CMD ["run","--model","models/
|
|
|
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"]
|