Commit Graph
1 Commits
Author SHA1 Message Date
mjkam a1844f95d4 Preload tiktoken encoding in Dockerfile (Lambda) (#220)
PR #193 added tiktoken preloading to Dockerfile_ecs but the same fix
was not applied to the Lambda Dockerfile. This causes a ConnectTimeout
error in network-restricted environments (e.g. Lambda in VPC without
NAT Gateway) when tiktoken tries to download cl100k_base encoding at
runtime from openaipublic.blob.core.windows.net.

Cache the encoding at build time, consistent with Dockerfile_ecs.

Related to #118
2026-02-19 17:00:05 +08:00