mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-01 17:45:29 +02:00
feat(add cost module):
This commit is contained in:
@@ -21,6 +21,10 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
# Runtime stage
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Copy only the necessary files from the builder stage
|
||||
|
||||
Reference in New Issue
Block a user