Clean up jaraco-context upgrade comment in Dockerfile.database

This commit is contained in:
Alexsander Hamir 2026-01-15 17:25:11 -08:00
parent 9f3de27fc9
commit 7ffecb48f9

View file

@ -64,6 +64,8 @@ COPY --from=builder /wheels/ /wheels/
# Install the built wheel using pip; again using a wildcard if it's the only file
RUN pip install *.whl /wheels/* --no-index --find-links=/wheels/ && rm -f *.whl && rm -rf /wheels
RUN pip install --no-cache-dir --upgrade "jaraco-context>=6.1.0"
# Install semantic_router and aurelio-sdk using script
# Convert Windows line endings to Unix and make executable
RUN sed -i 's/\r$//' docker/install_auto_router.sh && chmod +x docker/install_auto_router.sh && ./docker/install_auto_router.sh