mystic-ai / pipeline

Pipeline is an open source python SDK for building AI/ML workflows
https://www.mystic.ai
Apache License 2.0
127 stars 22 forks source link

Fix "Not supported URL scheme http+docker" error #461

Closed rossgray closed 4 months ago

rossgray commented 4 months ago

Pull request outline

There is an issue with the latest version of requests which breaks Docker commands with versions of docker < 7.1.0. This PR updates both the docker and requests dependencies to resolve this.

There is also a small fix for error handling when a container fails to start up when using pipeline container up.

Checklist:

linear[bot] commented 4 months ago

PC-1154 Fix "Not supported URL scheme http+docker" error