Skip to content

Commit

Permalink
Fix RAI image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Nov 27, 2024
1 parent 57da35d commit 5850dab
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ extra_config: environment.yaml
test:
pytest:
enabled: true
pip_requirements: tests/requirements.txt
conda_environment: tests/test_conda_env.yaml
tests_dir: tests
categories: ["Responsible AI"]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-ai-ml~=1.0.0
azure.identity==1.10.0
azureml-core~=1.53.0
azure-ai-ml==1.22.4
azure.identity==1.19.0
azureml-core>=1.58.0
azureml-mlflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
channels:
- conda-forge
- defaults
- anaconda
dependencies:
- python=3.12.0
- pip
- pip:
- -r requirements.txt
## Test requirements
- pytest
name: rai_test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec: spec.yaml
extra_config: environment.yaml
test:
pytest:
enabled: true
pip_requirements: tests/requirements.txt
enabled: true
conda_environment: tests/test_conda_env.yaml
tests_dir: tests
categories: ["Responsible AI"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
channels:
- conda-forge
- defaults
- anaconda
dependencies:
- python=3.12.0
- pip
- pip:
- -r requirements.txt
## Test requirements
- pytest
name: rai_test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ extra_config: environment.yaml
test:
pytest:
enabled: true
pip_requirements: tests/requirements.txt
conda_environment: tests/test_conda_env.yaml
tests_dir: tests
categories: ["Responsible AI"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
channels:
- conda-forge
- defaults
- anaconda
dependencies:
- python=3.12.0
- pip
- pip:
- -r requirements.txt
## Test requirements
- pytest
name: rai_test

0 comments on commit 5850dab

Please sign in to comment.