Fix S2I assemble script - correct requirements.txt path
- Update assemble script to use /tmp/src/requirements.txt - Fix build error where requirements.txt was not found - Ensure S2I build process can locate dependencies correctly
This commit is contained in:
@@ -9,7 +9,7 @@ echo "Building ORU Analyzer from source..."
|
|||||||
|
|
||||||
# Install Python dependencies
|
# Install Python dependencies
|
||||||
echo "Installing Python dependencies..."
|
echo "Installing Python dependencies..."
|
||||||
pip install --no-cache-dir -r requirements.txt
|
pip install --no-cache-dir -r /tmp/src/requirements.txt
|
||||||
|
|
||||||
# Create application directory structure
|
# Create application directory structure
|
||||||
echo "Creating application directory structure..."
|
echo "Creating application directory structure..."
|
||||||
|
|||||||
Reference in New Issue
Block a user