Fix DBQnA image build (#1165)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2024-11-20 10:56:49 +08:00
committed by GitHub
parent f70d9c3853
commit cc108b5a18
31 changed files with 31 additions and 30 deletions

View File

@@ -138,7 +138,7 @@ function validate_frontend() {
sed -i "s/localhost/$ip_address/g" playwright.config.ts
conda install -c conda-forge nodejs -y
conda install -c conda-forge nodejs=22.6.0 -y
npm install && npm ci && npx playwright install --with-deps
node -v && npm -v && pip list