After building an image with your Dockerfile:
I’ve tried to train my model and this are the warning I get and later cannot run my model properly:
After building an image with your Dockerfile:
I’ve tried to train my model and this are the warning I get and later cannot run my model properly:
Hi @rasafan,
that’s a know issue with TensorFlow Could not load dynamic library 'libnvinfer_plugin.so.6' · Issue #35968 · tensorflow/tensorflow · GitHub . It shouldn’t affect the training. Are you getting any other errors when you’re training a model?
There is also an issue handling the warnings in Rasa Open Source: Suppress warnings related to tensorflow · Issue #5369 · RasaHQ/rasa · GitHub