From ec408ca34563d25b618e64b8ed5fae6ff7436085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruce=20R=C3=B6ttgers?= Date: Sat, 26 Apr 2025 22:50:06 +0200 Subject: [PATCH] specify version and add ulimit to readme --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5447033..5a97917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:debian +FROM ghcr.io/astral-sh/uv:0.6-python3.12-bookworm WORKDIR /app diff --git a/README.md b/README.md index e831e8f..89458be 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Small utility to convert the wikitext data from the Wikivoyage dumps into a stru ### 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