Skip to content

refactor: allow pipeline script to run from project root#1

Open
Raghavan-B wants to merge 2 commits intodocker-aiml:mainfrom
Raghavan-B:main
Open

refactor: allow pipeline script to run from project root#1
Raghavan-B wants to merge 2 commits intodocker-aiml:mainfrom
Raghavan-B:main

Conversation

@Raghavan-B
Copy link

Modified the run_pipeline.sh script to make it runnable directly from the project root directory.
Previously, the script had to be moved to the parent directory in order to locate the project folder correctly.

With this change, the workflow is simplified:

  • Clone the repository
  • Create and activate a virtual environment
  • Install dependencies from requirements.txt
  • Run run_pipeline.sh from within the project folder

This improves usability and eliminates the need to move files around before execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant