olamidegoriola pvanand commited on
Commit
813b51e
1 Parent(s): bc91209

Update model name (#6)

Browse files

- Update model name (3e2dab61c63ca95f150fdc40324ce55bd61076f0)


Co-authored-by: Anand <pvanand@users.noreply.huggingface.co>

Files changed (1) hide show
  1. 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/central+careersv1.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
39
+
40
  # Run the application.
41
+ CMD ["run","--model","models/Arpit-v1.0.tar.gz","--enable-api","--port","7860"]