serkanishchi / docker-dash

Docker Dash (Plotly)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Dash (Plotly)

Dockerize a Python Dash app for quick prototyping.

Build and run

docker build -t dash .

docker run -p 8050:8050 \
-v "$(pwd)"/app:/app \
--rm dash

Access the page

Go to http://localhost:8050 in browser.

Switch debug mode in Dockerfile

ENV DASH_DEBUG_MODE True # False

Development

Install the app requirements for development to get better editor support.

pipenv install -r app/requirements.txt

About

Docker Dash (Plotly)

License:MIT License


Languages

Language:Python 87.7%Language:Dockerfile 12.3%