Closed
Description
I am encountering several problems while going through the Quick Start with Docker instructions from the documentation. I've tried them with Docker Desktop on both Mac M1 and Windows machines and am not able to reproduce the results from the instructions.
Here are the issues I've encountered:
- Dashboard is not accessible at localhost:8000 ("localhost didn’t send any data") when the container is running
- Running the provided
docker run
command does result with a psql prompt, but includes an error message ("sudo: handle_sigchld_pty: waitpid: No child processes") - Running the example Embeddings command returns this error:
ValueError: Loading Alibaba-NLP/gte-base-en-v1.5 requires you to execute the configuration file in that repo on your local machine. Make sure you have read the code there to avoid malicious use, then set the option
trust_remote_code=Trueto remove this error.
- Under "Training an XGBoost Model," the trained model has much worse metrics that what is shown in the instructions:
{"f1": NaN, "precision": 0.1, "recall": NaN, "accuracy": 0.100222714, "mcc": NaN, "fit_time": 0.035050604, "score_time": 0.00171086}
- And obviously the predictions from this model do not match what is shown in the instructions.
It would be helpful if the instructions were updated with corrections and/or clarifications. Perhaps there are missing steps that can be documented? Or maybe they are not aligned with the latest published docker image?
Metadata
Metadata
Assignees
Labels
No labels