I've installed Tensorflow but it does not work. I've installed Tensorflow by using Dockerfile. Adding the commend
RUN pip install tensorflow==2.3.
When I import tensorflow from main.py, It shows Service Unavailable.
import tensorflow as tf
Actually, I'm new in python. I'm not able to find out the problem. Could anyone please help me?