mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-07-17 12:04:05 +00:00
specify version and add ulimit to readme
This commit is contained in:
parent
e606e45bf6
commit
ec408ca345
@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/astral-sh/uv:debian
|
FROM ghcr.io/astral-sh/uv:0.6-python3.12-bookworm
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Small utility to convert the wikitext data from the Wikivoyage dumps into a stru
|
|||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
This script is intended to be run with docker. A docker image is [available from the GitHub registry](). For example, you may run it using the filesystem handler with `docker run -e HANDLER=filesystem -e HANDLER_FILESYSTEM_OUTPUT_DIR=/output -v ./output:/output ghcr.io/bcye/structured-wikivoyage-exports`. For all the different options, refer to [the docs](docs).
|
This script is intended to be run with docker. A docker image is [available from the GitHub registry](). For example, you may run it using the filesystem handler with `docker run -e HANDLER=filesystem -e HANDLER_FILESYSTEM_OUTPUT_DIR=/output -v ./output:/output --ulimit nofile=65536:65536 ghcr.io/bcye/structured-wikivoyage-exports`. For all the different options, refer to [the docs](docs).
|
||||||
|
|
||||||
### Types
|
### Types
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user