-
Notifications
You must be signed in to change notification settings - Fork 324
Building Visualization with Docker
Katie House edited this page May 25, 2020
·
1 revision
Download this Dockerfile and build the container using the docker build
command:
mkdir covid19-forecast-hub
cd covid19-forecast-hub
wget https://raw.githubusercontent.com/reichlab/covid19-forecast-hub/master/
docker build -t covid19-forecast-hub .
Use:
docker run -p 8000:8000 -it covid19-forecast-hub
And open the site from your localhost at 127.0.0.1:8000
- Home
- Submitting Forecasts
- Data Validation
- Truth Data
- Baseline model
- Weekly ensemble release
- Developer