From e4fa0307939444e213ee4e2786714a0acfd7b7e2 Mon Sep 17 00:00:00 2001 From: Rob Chambers Date: Tue, 7 Nov 2023 11:08:12 -0800 Subject: [PATCH] updated requirements.txt to match oct-refresh branch updates from hanchi (#99) --- dockerfiles/debian10.Dockerfile | 2 +- dockerfiles/debian11.Dockerfile | 2 +- dockerfiles/debian12.Dockerfile | 2 +- dockerfiles/ubuntu2004.Dockerfile | 2 +- dockerfiles/ubuntu2204.Dockerfile | 2 +- ideas/azure-ai-cli-installation-spec.md | 2 +- requirements.txt | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dockerfiles/debian10.Dockerfile b/dockerfiles/debian10.Dockerfile index 93cf8921..8829a18e 100644 --- a/dockerfiles/debian10.Dockerfile +++ b/dockerfiles/debian10.Dockerfile @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4 +ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/dockerfiles/debian11.Dockerfile b/dockerfiles/debian11.Dockerfile index d0c3bdbd..285828cf 100644 --- a/dockerfiles/debian11.Dockerfile +++ b/dockerfiles/debian11.Dockerfile @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4 +ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/dockerfiles/debian12.Dockerfile b/dockerfiles/debian12.Dockerfile index fdeca5bd..02c91e31 100644 --- a/dockerfiles/debian12.Dockerfile +++ b/dockerfiles/debian12.Dockerfile @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4 +ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/dockerfiles/ubuntu2004.Dockerfile b/dockerfiles/ubuntu2004.Dockerfile index c25d853a..38a23c01 100644 --- a/dockerfiles/ubuntu2004.Dockerfile +++ b/dockerfiles/ubuntu2004.Dockerfile @@ -22,7 +22,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4 +ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/dockerfiles/ubuntu2204.Dockerfile b/dockerfiles/ubuntu2204.Dockerfile index fe0e8892..a2cc69c9 100644 --- a/dockerfiles/ubuntu2204.Dockerfile +++ b/dockerfiles/ubuntu2204.Dockerfile @@ -23,7 +23,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4 +ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/ideas/azure-ai-cli-installation-spec.md b/ideas/azure-ai-cli-installation-spec.md index ec052de1..32090e24 100644 --- a/ideas/azure-ai-cli-installation-spec.md +++ b/ideas/azure-ai-cli-installation-spec.md @@ -42,7 +42,7 @@ Customer Requirements: - Support Debian 10, 11, and 12, and Ubunutu 20.04 and 22.04 - Uses VS Code base images (e.g. `mcr.microsoft.com/devcontainers/base:bookworm`) - Tagged similarly to VS Code base images (e.g. `${REGISTRY}/azure-ai-cli:bookworm`) -- Tagged with versions as well (e.g. `${REGISTRY}/azure-ai-cli:bookworm-1.0.0-alpha1102.4`) +- Tagged with versions as well (e.g. `${REGISTRY}/azure-ai-cli:bookworm-1.0.0-alpha1107.1`) - `${REGISTRY}` is currently `acrbn.azurecr.io` - `${REGISTRY}` likely (???) should be `mcr.microsoft.com` - `latest` tag points to `${REGISTRY}/azure-ai-cli:bookworm` diff --git a/requirements.txt b/requirements.txt index 1f06b99c..411bd97d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,12 @@ ipykernel # generative ai SDK dependencies -openai pydantic<2 azure-search-documents==11.4.0b11 -azure-ai-resources @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-resources/1a20231026010/azure_ai_resources-1.0.0a20231026010-py3-none-any.whl -azure-ai-generative[evaluate,index,document_parsing] @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-generative/1a20231101007/azure_ai_generative-1.0.0a20231101007-py3-none-any.whl -azure-ai-ml @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-ml/1.12a20231026005/azure_ai_ml-1.12.0a20231026005-py3-none-any.whl +azure-ai-resources @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-resources/1a20231106011/azure_ai_resources-1.0.0a20231106011-py3-none-any.whl +azure-ai-generative[evaluate,index,document_parsing] @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-generative/1a20231106011/azure_ai_generative-1.0.0a20231106011-py3-none-any.whl +azure-ai-ml @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-ml/1.12a20231106004/azure_ai_ml-1.12.0a20231106004-py3-none-any.whl +azureml-metrics[generative-ai] @https://azuremlsdktestpypi.blob.core.windows.net/repo/Create-Dev-Index/109756911/azureml_metrics-0.1.0.109756911-py3-none-any.whl # promptflow dependencies, these should be optional in the future # hardcoded the version of azureml-mlflow here for faster Docker image building speed @@ -25,4 +25,4 @@ semantic-kernel # inference server dependencies azureml-inference-server-http -# azureml-contrib-servies +# azureml-contrib-servies \ No newline at end of file