Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't train an inital model with files downloaded from github #86

Open
Mamadou-ly-artp opened this issue Jul 21, 2022 · 0 comments
Open

Comments

@Mamadou-ly-artp
Copy link

Hello ,
I am trying to deploy using helm and i want an inital model to be trained. i have downloaded my bot files and placed it into a directory under "app" name with the rasa-values.yml . i saw on the documentation that we can download and train an initial model
here is my configuration

initContainers:

  • name: init
    image: "busybox"
    command: ["/bin/sh", "-c"]
    args:
    • "cd ./app && touch app.txt" #just for testing
      volumeMounts:
    • mountPath: /app
      name: models

-- Specify additional volumes to mount in the rasa-oss container

Ref: https://kubernetes.io/docs/concepts/storage/volumes/

volumes:
- name: models
emptyDir: {}

-- Specify additional volumes to mount in the rasa-oss container

volumeMounts:

  • name: models
    mountPath: /app

readOnly: true

could you help me please ? the model is not trained despite i can reach my bot and i think its the starting project of rasa that is loaded (tested with curl)

am not using rasa x yet (they said it will be remove so..)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant