We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d70527 commit b93c9c2Copy full SHA for b93c9c2
bin/docker/modify.sh
@@ -37,6 +37,6 @@ if [ "${COUNTLY_CONTAINER}" != "frontend" ]; then
37
fi
38
ln -s /usr/bin/python3 /usr/bin/python
39
# 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"
+ 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"
41
42
0 commit comments