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
feat: Adding Dockerfile for stats and CI for building container images (#24)
* feat: Adding CI for building Docker images
* fixed ci
* removed install r package
* fixed ci
* Added pytest as a dependency
* Added missing dependencies
* running container workflow on plots
* fixed CI image tag
* CI image push not for forks
* Set white background explicitly
* Set theme kwargs
* increased font size
* force colors
* update font family
* update font size
* increased line width
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,30 @@ To preview local changes, it's possible to serve the site locally:
129
129
130
130
... and then the site will be served on http://0.0.0.0:4000 instead. (You will of course need to rebuild the Docker image after updating the Dockerfile.)
131
131
132
+
133
+
Run via Container
134
+
-----------------
135
+
136
+
The whole workflow can be run as a container (docker or podman) including downloading stats files from Common Crawl's S3 bucket and generating new plots.
137
+
138
+
```bash
139
+
# clone the repository (to have the latest crawl IDs)
0 commit comments