Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ dependencies:
- pypandoc
- markdownify
- traitlets
- opencv-python
- sentence_transformers~=2.2.2
- opencv-python
1 change: 1 addition & 0 deletions templates/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ steps:
retryCountOnTaskFailure: 1
- bash: |
(timeout 30m conda env create --yes -f environment.yml -v) || (timeout 30m conda env create --yes -f environment.yml -v)
pip install sentence_transformers=2.2.2
displayName: Create Anaconda environment
retryCountOnTaskFailure: 1
condition: eq(variables.CONDA_CACHE_RESTORED, 'false')