Dylan Piergies
Dylan Piergies
Yes, what we actually need is a mode that produces styled text but still produces line-oriented output, i.e. doesn't try to move the cursor around to maintain progress bars, etc.
I'm trying to do the same thing. The repository that @mathieudevos mentions above contains a customised schema that more closely matches that of Active Directory, along with a slapd.conf that...
@obourdon To clarify, my intention here is to bootstrap a fresh container with the modified schema and configuration in a new image derived from osixia/openldap.
I've hit this as well, deploying my own model: ``` endpoint = PredictionEndpoint(MyModelServe, input_files=included_files, service_type='LoadBalancer', docker_registry='{}.dkr.ecr.{}.amazonaws.com'.format(AWS_ACCOUNT_ID, AWS_REGION), backend=BackendClass(build_context_source=build_context)) endpoint.create() ```