Skip to content

Commit

Permalink
chore: rename data-processing to pypi
Browse files Browse the repository at this point in the history
Signed-off-by: bjwswang <bjwswang@gmail.com>
  • Loading branch information
bjwswang committed Jan 18, 2024
1 parent 517d75b commit e17495f
Show file tree
Hide file tree
Showing 55 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Build data processing image
uses: docker/build-push-action@v5
with:
context: ./data-processing
file: ./data-processing/Dockerfile
context: ./pypi
file: ./pypi/data_manipultion/Dockerfile
platforms: linux/amd64,linux/arm64
tags: |
kubeagi/data-processing:latest
Expand Down
2 changes: 0 additions & 2 deletions data-processing/entrypoint.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions pypi/data_manipulation/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
python /arcadia_app/src/server.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions pypi/ragas_once/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ragas-once

A one-stop cli for ragas(RAG Evaluation)

0 comments on commit e17495f

Please sign in to comment.