Clear Python bytecode cache on worker start

This commit is contained in:
giles
2026-02-02 23:51:55 +00:00
parent 32474380fa
commit b2be9ff976
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ RUN ./build-client.sh
RUN mkdir -p /data/cache
ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
ENV EFFECTS_PATH=/app/artdag-effects
ENV PYTHONPATH=/app