Files
eveAI/docker/eveai_workers/Dockerfile
Josako 42cb1de0fd - eveai_chat_client updated to retrieve static files from the correct (bunny.net) location when a STATIC_URL is defined.
- Defined locations for crewai crew memory. This failed in k8s.
- Redis connection for pub/sub in ExecutionProgressTracker adapted to conform to TLS-enabled connections
2025-09-12 10:18:43 +02:00

13 lines
404 B
Docker

FROM registry.ask-eve-ai-local.com/josakola/eveai-base:latest
# Service-specific packages: ffmpeg only needed for this service - maar op dit ogenblik overbodig.
#USER root
#RUN apt-get update && apt-get install -y --no-install-recommends \
# ffmpeg \
# && rm -rf /var/lib/apt/lists/*
USER appuser
# Copy the service-specific source code into the container.
COPY eveai_workers /app/eveai_workers