mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-23 21:59:57 +02:00
docker ignore added, and code cleaned
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.git/
|
||||
__pycache__/
|
||||
@@ -16,8 +16,3 @@ RUN poetry self add "poetry-plugin-export" && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 8718
|
||||
|
||||
# Run the initialization command first, then start the application
|
||||
# CMD ["sh", "-c", "python -m agentic_security i && python -m agentic_security s"]
|
||||
|
||||
+1
-2
@@ -7,5 +7,4 @@ httpx
|
||||
cache_to_disk
|
||||
# datasets
|
||||
loguru
|
||||
pandas
|
||||
agentic_security
|
||||
pandas
|
||||
Reference in New Issue
Block a user