This is first ml project
Creating conda environment ''' python -m venv .venv used vs code to create venv pip install -r requirements.txt
'''
api key= '11c06c0d-5117-46c8-8c77-68260c8fed8c' email = '[email protected]' app = 'ml-regression-app-1' '''
Build docker image
''' docker build -t <image_name>: . ''''
Run docker image ''' docker run -p 5000:5000 -e PORT=5000 d7c177c27410 ''''