update
This commit is contained in:
@@ -174,7 +174,7 @@ def build_and_push(
|
|||||||
# Build with Kaniko
|
# Build with Kaniko
|
||||||
kaniko_cmd = [
|
kaniko_cmd = [
|
||||||
"/usr/local/bin/kaniko", # Update this line to match where it was copied
|
"/usr/local/bin/kaniko", # Update this line to match where it was copied
|
||||||
"--context", str(workspace_root),
|
"--context", str(workspace_root / "workspace/sprint_1_2/CODEBASE"),
|
||||||
"--dockerfile", str(dockerfile_path),
|
"--dockerfile", str(dockerfile_path),
|
||||||
"--destination", full_image,
|
"--destination", full_image,
|
||||||
"--custom-platform", platform,
|
"--custom-platform", platform,
|
||||||
|
|||||||
@@ -1,40 +0,0 @@
|
|||||||
# Generated by pigar — manually cleaned to remove false positives.
|
|
||||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
||||||
torch==2.12.1
|
|
||||||
torchvision==0.27.1
|
|
||||||
torchinfo==1.8.0
|
|
||||||
aiosqlite==0.22.1
|
|
||||||
docling==2.70.0
|
|
||||||
fastapi==0.135.1
|
|
||||||
fastembed==0.8.0
|
|
||||||
gliner==0.2.27
|
|
||||||
grpcio==1.81.1
|
|
||||||
httpx==0.28.1
|
|
||||||
langchain==1.3.7
|
|
||||||
langchain-text-splitters==1.1.2
|
|
||||||
modal==1.5.0
|
|
||||||
numpy==2.1.3
|
|
||||||
opencv-python==4.13.0.92
|
|
||||||
pgvector==0.4.2
|
|
||||||
pillow>=10.0.0,<12.0.0
|
|
||||||
psycopg2-binary==2.9.12
|
|
||||||
pycocotools==2.0.11
|
|
||||||
pydantic==2.13.4
|
|
||||||
pymupdf==1.28.0
|
|
||||||
pypdf==6.14.2
|
|
||||||
pytest==9.0.3
|
|
||||||
python-dotenv==1.2.2
|
|
||||||
redis==8.0.1
|
|
||||||
removeOaExtension==0.0.6
|
|
||||||
requests==2.34.2
|
|
||||||
starlette==1.2.1
|
|
||||||
supabase==2.31.0
|
|
||||||
timm==1.0.25
|
|
||||||
transformers==4.57.6
|
|
||||||
tritonclient==2.69.0
|
|
||||||
uvicorn==0.41.0
|
|
||||||
langchain-google-vertexai==3.2.4
|
|
||||||
optimum==2.1.0
|
|
||||||
optimum-onnx==0.1.0
|
|
||||||
celery==5.6.3
|
|
||||||
python-multipart==0.0.22
|
|
||||||
Reference in New Issue
Block a user