pvanand commited on
Commit
a47b246
1 Parent(s): 2a7602d

Update model path

Browse files
Files changed (1) hide show
  1. 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"]