generated from GSTT-CSC/project-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Problem
When installing csc-mlops without specifying a version, pip downloads an old version that has compatibility issues with the current Docker Python SDK (v6.1.3), resulting in the error:
docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker
Steps to reproduce
- Install dependencies:
pip install -r requirements.txt - Run any code that uses
docker.from_env()from thecsc-mlopspackage - Observe the
http+dockerURL scheme error
Proposed solution
Pin the csc-mlops version
Update requirements.txt to specify the current version:
csc-mlops==0.9.23Metadata
Metadata
Assignees
Labels
No labels