-
Notifications
You must be signed in to change notification settings - Fork 99
Docker customization #747
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
base: Development
Are you sure you want to change the base?
Docker customization #747
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| # Add pip configuration here |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,6 +90,11 @@ | |
| * **Files Modified**: `chat-citations.js`. | ||
| * (Ref: Citation parsing, page range handling, `CITATION_IMPROVEMENTS.md`) | ||
|
|
||
| * **Docker Customization: CA Certificate and pip.conf** | ||
| * Fixed Docker customization issues related to custom CA certificate handling and `pip.conf` configuration. | ||
| * Ensures Python package installation works reliably in environments requiring custom certificate trust and pip configuration. | ||
| * (Ref: Docker customization, CA cert setup, `pip.conf` handling) | ||
|
Comment on lines
+93
to
+96
|
||
|
|
||
| #### User Interface Enhancements | ||
|
|
||
| * **Extended Document Dropdown Width** | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # Docker Customization | ||
|
|
||
| ## Custom Certificate Authorities | ||
|
|
||
| Add custom certificate authorities to [/docker-customization/custom-ca-certificates](/docker-customization/custom-ca-certificates/) and they will be pull in to the system CAs during docker build. Must be in .crt format. | ||
|
|
||
| ## Custom pip.conf | ||
|
|
||
| Add customization as needed to [/docker-customization/pip.conf](/docker-customization/pip.conf). This will be used during docker build. |
Uh oh!
There was an error while loading. Please reload this page.