Skip to content

Problems with "Quick Start with Docker" instructions #1593

Closed
@dwwinters

Description

@dwwinters

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:

  1. Dashboard is not accessible at localhost:8000 ("localhost didn’t send any data") when the container is running
  2. 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")
  3. 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=True to remove this error.
  4. 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}
  5. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions