Azure / Azure/MachineLearningNotebooks

Using Workspace Connections for Docker Authentication in Serverless Builds

未關閉
#1,985 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Jupyter Notebook
星號
4.4k
分支
2.6k
PR 合併指標
30 天內沒有已合併 PR

描述

## Title
How to properly pass workspace connection credentials to Docker builds on AML serverless compute

## Description

### Problem Statement
I'm trying to set up a Docker build on Azure ML serverless compute that needs to authenticate to a private PyPI feed during the image build phase. The image needs to install Python packages from a private Azure DevOps Artifacts feed.

### What I'm Trying to Achieve
- Create a Docker image that installs packages from a private PyPI mirror
- Use Azure DevOps Personal Access Token (PAT) for authentication (I am happy to use a different way if it is more sustainable and better)
- Run this on AML serverless compute (not a dedicated compute cluster)
- Securely pass credentials without hardcoding them

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。