thisisishara commited on
Commit
ecb4b0a
·
1 Parent(s): 2a7ac21

fix rasa training issue

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ RUN chmod +x entrypoint.sh
42
  # Expose ports
43
  EXPOSE 80 7860 5055
44
 
45
- RUN rasa train
46
 
47
  # Set the entrypoint script
48
  ENTRYPOINT ["/app/entrypoint.sh"]
 
42
  # Expose ports
43
  EXPOSE 80 7860 5055
44
 
45
+ RUN rasa train --data ./data --config ./config.yml
46
 
47
  # Set the entrypoint script
48
  ENTRYPOINT ["/app/entrypoint.sh"]