Update model name

#6
by pvanand - opened
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"]