-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mephisto metrics + docker integration misaligned #752
Comments
Did some more digging and it seems that Debug stepsFirst enter the docker container: $ docker build -t mephisto .
$ docker run -it --rm -p 3000:3000 mephisto sh -c "echo \$OSTYPE" # empty output
$ docker run -it --rm -p 3000:3000 mephisto bash -c "echo \$OSTYPE" # correct output
linux-gnu More verification. Since we use $ sh mephisto/scripts/metrics/install_metrics.sh
Unable to automate install for With $ bash mephisto/scripts/metrics/install_metrics.sh
# Now it runs as expected Proposal
|
The proposal here sounds good to me! For part 3 though, I'd guess that somehow the docker container is dropping the contents of the |
Hmm,
|
Overview
Mephisto metrics is currently not working correctly for docker-based installs of Mephisto. A potential solution has been outlined below, though there's a little exploration to be done first. The final steps for resolving are:
The text was updated successfully, but these errors were encountered: