lymedo

Results 4 comments of lymedo

What is the solution to this issue? I'm trying to connect to an Azure Artifact from a DevOps pipeline but can't do it without receiving the Device Flow prompt.

I've finally managed to get this working in a Azure DevOps Release pipeline by including a 'NuGet authenicate' task. This now works without a Device Flow prompt in the task...

@mathbunnyru I'm afraid that I'm a newbie to docker so I'm probably not the right person to draft the PR. Thanks for the link to the recipe. I have a...

I'd picked up on the Spark version for Delta so built the image using the following: ## Dockerfile ``` FROM jupyter/pyspark-notebook:spark-3.2.1 ARG DELTA_CORE_VERSION="1.2.1" RUN pip install --quiet --no-cache-dir delta-spark==${DELTA_CORE_VERSION} &&...