--- title: Sentiment Analysis App emoji: 📚 colorFrom: indigo colorTo: green sdk: streamlit sdk_version: 1.17.0 app_file: app.py pinned: false license: mit --- ## Intructions on Installing Docker on Mac 1. Go to the Docker Desktop install page and select the appropriate chip for your Mac device. If you are on Windows, there is another set of instructions you have to follow. ``` https://www.docker.com/products/docker-desktop/ ``` 2. Open Docker Desktop and go through the tutorial if you wish. Follow instructions to open a Docker container on your machine. 3. Open terminal and type the following to verify you have Docker running. ``` docker version ``` Screen Shot 2023-03-24 at 11 05 15 AM