Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naddeoa authored Mar 6, 2024
1 parent 2997441 commit 04bad82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ docker run --platform=linux/amd64 --rm --entrypoint /bin/bash registry.gitlab.co
docker run -it --platform=linux/amd64 --rm --entrypoint /bin/bash registry.gitlab.com/whylabs/langkit-container:latest -c "source .venv/bin/activate; python3.10"
```

In general, you can expect `pandas`, `whylogs`, `langkit`, and `torch/torchvision==2.0.0` to be present, as well as whatever dependencies
In general, you can expect `pandas`, `whylogs`, `langkit`, and `torch==2.0.0` to be present, as well as whatever dependencies
they pull in.

See the [custom_model][custom_model] for a complete example that packages extra dependencies.
Expand Down Expand Up @@ -160,4 +160,3 @@ languages, curl, or generic http then see the [api docs][api_docs] for request f
[python-container-client]: https://pypi.org/project/whylogs-container-client/
[helm_repo]: https://github.com/whylabs/charts
[helm_llm_file]: https://github.com/whylabs/charts/tree/mainline/charts/langkit

0 comments on commit 04bad82

Please sign in to comment.