cache tiktoken (#4521)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
LawyZheng
2026-01-23 05:55:45 +08:00
committed by GitHub
parent 51fd789f09
commit 8be0669b04
2 changed files with 7 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ ENV HAR_PATH=/data/har
ENV LOG_PATH=/data/log
ENV ARTIFACT_STORAGE_PATH=/data/artifacts
# cache tiktoken
RUN python /app/scripts/load_tiktoken.py
COPY ./entrypoint-skyvern.sh /app/entrypoint-skyvern.sh
RUN chmod +x /app/entrypoint-skyvern.sh