Skip to content
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

build(docker): Bump dependencies #1618

Merged
merged 1 commit into from
Mar 4, 2024
Merged

build(docker): Bump dependencies #1618

merged 1 commit into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. build(docker): Bump dependencies

    Reduces exposure to CVEs.
    
    **Testing**
    
    `$ make build`
    
    ```
    docker run --rm -it seldonio/mlserver:1.5.0.dev1 pip list | grep cryptography
    ```
    
    Looks like the cryptography package isn't there?
    
    It does have other packages, as expected:
    
    ```
    $ docker run --rm -it seldonio/mlserver:1.5.0.dev1 pip list | grep huggingface
    huggingface-hub                          0.21.3
    mlserver-huggingface                     1.5.0.dev1
    ```
    
    ```
    $ docker run --rm -it seldonio/mlserver:1.5.0.dev1 pip list | grep catboost
    catboost                                 1.2.3
    mlserver-catboost                        1.5.0.dev1
    ```
    jesse-c committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    29b331e View commit details
    Browse the repository at this point in the history