- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CML Python Package Installation Security
Created ‎01-05-2024 04:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I've noticed how the CML Terminal lets you install Python packages on the 'Net using pip.
(A gcc compiler is even available!)
Isn't that a security risk?
Is there a way to only allow package installation from an in-house repository?
Many thanks.
Created ‎01-08-2024 02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
pip index url can be configured as an admin environment variable, but users can override the same with the project environment variable or manual override.
utmost way is to make the cluster air gapped. As long as the cluster has internet gateway, sessions can reach internet to pull the packages
Created ‎01-08-2024 02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
pip index url can be configured as an admin environment variable, but users can override the same with the project environment variable or manual override.
utmost way is to make the cluster air gapped. As long as the cluster has internet gateway, sessions can reach internet to pull the packages
