Skip to content

Commit

Permalink
Renamed alloy-db-setup-job.py to db_setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arueth committed Jan 24, 2025
1 parent e3c6990 commit 70ef0eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions use-cases/rag-pipeline/alloy-db-setup/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ COPY requirements.txt /workspace/
RUN pip install --no-cache-dir -r /workspace/requirements.txt

COPY alloydb_connect.py \
alloy-db-setup-job.py\
create_catalog.py \
db_setup.py \
get_emb.py \
logging.conf \
/workspace/

ENV PYTHONUNBUFFERED 1

CMD ["python", "alloy-db-setup-job.py"]
CMD ["python", "db_setup.py"]

0 comments on commit 70ef0eb

Please sign in to comment.