Compare commits

...

2 Commits

Author SHA1 Message Date
nfel 943dc190a3 python version increased to 3.14 2026-07-27 15:49:33 +03:30
nfel 80a892478f submit changes 2026-07-27 15:42:08 +03:30
4 changed files with 644 additions and 609 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"permissions": {
"allow": [
"Bash(python -m venv .venv)",
"Bash(.venv/bin/pip install *)",
"Read(//home/sana/.config/uv/**)",
"Read(//home/sana/.pip/**)",
"Bash(make admin *)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://127.0.0.1:8000/)",
"Bash(kill %1)",
"Bash(uv run *)",
"Bash(curl -sv http://127.0.0.1:8000/)",
"Bash(no_proxy=\"127.0.0.1\" curl -s -o /dev/null -w \"%{http_code}\" http://127.0.0.1:8000/)",
"Bash(echo \"exit: $?\")",
"Bash(google-chrome --version)",
"Bash(google-chrome-stable --version)",
"Bash(chromium --version)",
"Bash(make patch-driver *)",
"Bash(rtk ls *)",
"Bash(./drivers/chromedriver *)",
"Bash(rtk grep *)",
"Bash(rtk git *)",
"Bash(python *)",
"Bash(rtk read *)",
"Bash(uv add *)",
"Bash(wait)",
"Bash(fuser -k 8000/tcp)",
"Bash(fuser -k 9000/tcp)",
"Bash(rtk find *)"
]
}
}
+3
View File
@@ -0,0 +1,3 @@
.venv
venv
.git
+1 -1
View File
@@ -13,7 +13,7 @@ COPY pyproject.toml uv.lock* ./
RUN uv sync --frozen --no-dev --no-install-project
# ── Stage 2: runtime ──────────────────────────────────────────────────────────
FROM python:3.11-slim AS runtime
FROM python:3.14-slim AS runtime
# ── Chrome + system deps ──────────────────────────────────────────────────────
RUN apt-get update && apt-get install -y --no-install-recommends \
Generated
+589 -589
View File
File diff suppressed because it is too large Load Diff