containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
111 stars 110 forks source link

Update environment preservation for Podman with python https ca control variables #784

Closed relyt0925 closed 2 months ago

relyt0925 commented 2 months ago

Add SSL_CERT_FILE and SSL_CERT_DIR to the preserved environment variables and ensure they are passed to Podman. This change ensures that SSL certificates are correctly handled within the container environment.

Provides path for sdg to interact with teacher models with certificates issued from private CAs (https://github.com/instructlab/sdg/pull/106).

rhatdan commented 2 months ago

LGTM