Getting error while dockerizing the rasa project

Hello All,

I was trying to dockerize my rasa chabot as shown in the below link by @nik202 .

I have try to follow the same step as suggested my nik but I am getting an error as

rasa_server      | 2022-07-04 12:02:18 DEBUG    rasa.core.utils  - Using the default number of Sanic workers (1).
rasa_server      | 2022-07-04 12:02:18 INFO     rasa.model  - Loading model models/20220608-233408.tar.gz...
rasa_server      | 2022-07-04 12:02:18 DEBUG    rasa.model  - Extracted model to '/tmp/tmpxdiofr4o'.
rasa_server      | 2022-07-04 12:02:18 DEBUG    urllib3.connectionpool  - Starting new HTTPS connection (1): api.segment.io:443
rasa_server      | 2022-07-04 12:02:20 DEBUG    urllib3.connectionpool  - https://api.segment.io:443 "POST /v1/track HTTP/1.1" 200 21
rasa_server      | 2022-07-04 12:02:20 INFO     root  - Enabling coroutine debugging. Loop id 81638000.
rasa_server      | 2022-07-04 12:02:20 INFO     rasa.model  - Loading model models/20220608-233408.tar.gz...
rasa_server      | 2022-07-04 12:02:20 DEBUG    rasa.model  - Extracted model to '/tmp/tmptd7jinm8'.
rasa_server      | 2022-07-04 12:02:20 DEBUG    root  - Could not load interpreter from '/app/models'.
rasa_server      | 2022-07-04 12:02:20 DEBUG    rasa.core.tracker_store  - Connected to InMemoryTrackerStore.
rasa_server      | 2022-07-04 12:02:20 DEBUG    rasa.core.lock_store  - Connected to lock store 'InMemoryLockStore'.
rasa_server      | 2022-07-04 12:02:20 DEBUG    rasa.model  - Extracted model to '/tmp/tmppa8gj88k'.
rasa_server      | 2022-07-04 12:02:20 ERROR    rasa.core.agent  - Could not load model due to No module named 'scipy.sparse._coo'.
rasa_server      | /opt/venv/lib/python3.8/site-packages/rasa/shared/utils/io.py:97: UserWarning: The model at '/app/models' could not be loaded. Error: <class 'ModuleNotFoundError'>: No module named 'scipy.sparse._coo'
rasa_server      | /opt/venv/lib/python3.8/site-packages/rasa/shared/utils/io.py:97: UserWarning: Agent could not be loaded with the provided configuration. Load default agent without any model.
rasa_server      | 2022-07-04 12:02:20 DEBUG    rasa.core.nlg.generator  - Instantiated NLG to 'TemplatedNaturalLanguageGenerator'.
rasa_server      | 2022-07-04 12:02:20 INFO     root  - Rasa server is up and running. 

can anyone help me out
Thanks !!!