We finally managed to run the ml_client.py
This commit is contained in:
parent
ff8c7d4188
commit
8786f26e1e
6 changed files with 339 additions and 4 deletions
|
@ -3,6 +3,59 @@
|
|||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
pydash,
|
||||
marshmallow,
|
||||
opencensus,
|
||||
msrest,
|
||||
anyio,
|
||||
azure-common,
|
||||
azure-mgmt-authorization,
|
||||
opencensus-ext-azure,
|
||||
azure-mgmt-core,
|
||||
typing-extensions,
|
||||
azure-appconfiguration,
|
||||
azure-core,
|
||||
six,
|
||||
isodate,
|
||||
azure-keyvault-secrets,
|
||||
cryptography,
|
||||
msrestazure,
|
||||
requests,
|
||||
psutil,
|
||||
opentelemetry-api,
|
||||
azure-eventhub,
|
||||
aiohttp,
|
||||
mlflow,
|
||||
msal,
|
||||
msal-extensions,
|
||||
azure-keyvault-certificates,
|
||||
azure-keyvault-keys,
|
||||
pyyaml,
|
||||
jsonschema,
|
||||
tqdm,
|
||||
strictyaml,
|
||||
colorama,
|
||||
pyjwt,
|
||||
azure-storage-blob,
|
||||
azure-storage-file-share,
|
||||
azure-mgmt-resource,
|
||||
opentelemetry-sdk,
|
||||
opentelemetry-instrumentation,
|
||||
opentelemetry-instrumentation-django,
|
||||
opentelemetry-instrumentation-fastapi,
|
||||
opentelemetry-instrumentation-flask,
|
||||
#opentelemetry-instrumentation-psycopg2,
|
||||
azure-nspkg,
|
||||
azure-mgmt-nspkg,
|
||||
websocket-client,
|
||||
avro,
|
||||
uamqp,
|
||||
yarl,
|
||||
azure-identity,
|
||||
openai,
|
||||
dnspython,
|
||||
numpy,
|
||||
jsonpath-ng,
|
||||
python311,
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
|
@ -20,6 +73,61 @@ buildPythonPackage rec {
|
|||
nativeBuildInputs = [setuptools];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pydash
|
||||
marshmallow
|
||||
opencensus
|
||||
opencensus-ext-azure
|
||||
msrest
|
||||
anyio
|
||||
azure-common
|
||||
azure-mgmt-authorization
|
||||
azure-mgmt-core
|
||||
typing-extensions
|
||||
azure-core
|
||||
six
|
||||
isodate
|
||||
azure-appconfiguration
|
||||
azure-keyvault-secrets
|
||||
cryptography
|
||||
msrestazure
|
||||
requests
|
||||
psutil
|
||||
opentelemetry-api
|
||||
azure-eventhub
|
||||
aiohttp
|
||||
mlflow
|
||||
msal
|
||||
msal-extensions
|
||||
azure-keyvault-certificates
|
||||
azure-keyvault-keys
|
||||
pyyaml
|
||||
jsonschema
|
||||
tqdm
|
||||
strictyaml
|
||||
colorama
|
||||
pyjwt
|
||||
azure-storage-blob
|
||||
azure-storage-file-share
|
||||
azure-mgmt-resource
|
||||
opentelemetry-sdk
|
||||
opentelemetry-instrumentation
|
||||
opentelemetry-instrumentation-django
|
||||
opentelemetry-instrumentation-fastapi
|
||||
opentelemetry-instrumentation-flask
|
||||
#opentelemetry-instrumentation-psycopg2
|
||||
azure-nspkg
|
||||
azure-mgmt-nspkg
|
||||
websocket-client
|
||||
avro
|
||||
uamqp
|
||||
yarl
|
||||
azure-identity
|
||||
openai
|
||||
dnspython
|
||||
numpy
|
||||
jsonpath-ng
|
||||
(python311.pkgs.callPackage ../azure-storage-file-datalake/default.nix {})
|
||||
(python311.pkgs.callPackage ../opencensus-ext-logging/default.nix {})
|
||||
];
|
||||
|
||||
doCheck = false; # Package does not contain tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue