diff --git a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py index 4b3108a..e6ff9e0 100644 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py +++ b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py @@ -174,7 +174,7 @@ def build_and_push( # Build with Kaniko kaniko_cmd = [ "/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), "--destination", full_image, "--custom-platform", platform, diff --git a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/requirements.txt b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/requirements.txt deleted file mode 100644 index af2b505..0000000 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/requirements.txt +++ /dev/null @@ -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 \ No newline at end of file