In our orgaisation, we are using Openshift and Jenkins pipeline for deployment.
I have my pipeline created, and I have docker and docker-compose.yml files in my bit-bucket repository.
We are not using Rasa-X, its Rasa Open Source with customized UI.
Currently, I am stuck at pytest.ini and getting below error.
Can you please help to resolve the issue? What should be the contents of pytest.ini?
Thanks @Arjaan. Yeah this worked.
But now I am stuck at below step in the pipeline
Uploading directory “.” As binary input for the build…
…Sending interrupt signal to the process… script.sh: line2: 43376 Terminated…
Script returned exit code 143
In Docker file I am using our Artifactory path that has rasa-core in it.
Can you please help to resolve this?
Also,
When I use pip install rasa, I get the usual tensorflow add-ons session error in pipeline. When I use rasa_core, it works.
How to get rid of tensorflow add-ons error?
Hey @Arjaan
I am still stuck on deployment using dockerfile.
We use Openshift RedHat for deployment.
With below dockerfile, the build is successful but after deploying the pkg it finally gives error “rasa is not recognized as a command”
Below is how my dockerfile looks like.
dockerfile
FROM docker-enterprise-prod-local.artifactrepository.XXXX/XXXX-python-ai/redhat-python3.6/rhel7/redhat-python-rhel7:latest