Create a Dockerfile for deploying a Python application
Write a Dockerfile for deploying a Python application with the following requirements: [REQUIREMENTS_DESCRIPTION]. Ensure the Dockerfile follows best practices and includes necessary dependencies and configurations.
Use this when you need to containerize a Python application for deployment.