You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, you can build the dockerfile in `docker/Dockerfile` yourself.
21
27
22
28
## Running
23
-
Finally, to run `districtr-process`, you can either run:
29
+
Finally, to run `districtr-process`, you can run in the root of this git repo:
24
30
```bash
25
31
bash docker/run.sh [args]
26
32
```
27
33
where `[args]` are whatever arguments you pass to districtr_process (e.g. `python -m districtr_process data/minnesota.yml` becomes `bash docker/run.sh data/data/minnesota.yml`).
where `$(pwd)` is the path to your `districtr-process` repo.
39
+
where `$(pwd)` is the path to your `districtr-process` repo.
34
40
35
41
If you want to pass a mapbox API token to the Docker container, simply add it to `.env.list` file. For example, the contents of `.env.list` would look like:
0 commit comments