Skip to content

Commit b93c9c2

Browse files
authored
Update requirements file for Python installation
1 parent 9d70527 commit b93c9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker/modify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ if [ "${COUNTLY_CONTAINER}" != "frontend" ]; then
3737
fi
3838
ln -s /usr/bin/python3 /usr/bin/python
3939
# shellcheck disable=SC1091
40-
python3.12 -m pip install -r "/opt/countly/plugins/ab-testing/api/bayesian/requirements.txt" && sudo python3.12 "/opt/countly/plugins/ab-testing/api/bayesian/models/cmdstanpy_model.py"
40+
python3.12 -m pip install -r "/opt/countly/plugins/ab-testing/api/bayesian/requirements_docker.txt" && sudo python3.12 "/opt/countly/plugins/ab-testing/api/bayesian/models/cmdstanpy_model.py"
4141
fi
4242
fi

0 commit comments

Comments
 (0)