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
Prewarm tiktoken cache to avoid Foundry egress (#18)
* Prewarm tiktoken cache for Foundry runtime
Avoid runtime DNS/egress failures by caching cl100k_base during image build and setting TIKTOKEN_CACHE_DIR in the container.
* Fix tiktoken prewarm to use venv python
Use /app/.venv/bin/python so the build step can import tiktoken after uv sync.
0 commit comments