-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vision team vulnerabilities to trigger release (#1587)
* pinning 0.33 version * release updates according to cli master * framework selector package updates * update docker for mmd env * env updates * update docker * bump up env version * reverting MOT env version to 1 --------- Co-authored-by: Rupal Jain <[email protected]>
- Loading branch information
Showing
11 changed files
with
40 additions
and
27 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
assets/training/finetune_acft_image/environments/acft_image_huggingface/asset.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
assets/training/finetune_acft_image/environments/acft_image_huggingface/context/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# PTCA image | ||
FROM mcr.microsoft.com/aifx/acpt/vision/stable-ubuntu2004-cu117-py38-torch1131:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}} | ||
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004-cu118-py38-torch210:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}} | ||
|
||
USER root | ||
RUN apt-get -y update | ||
|
||
# Install required packages from pypi | ||
COPY requirements.txt . | ||
RUN pip install -r requirements.txt --no-cache-dir | ||
|
||
# Vulnerability fixes | ||
RUN pip install pydash==6.0.0 | ||
RUN pip install urllib3==2.0.7 |
14 changes: 8 additions & 6 deletions
14
...training/finetune_acft_image/environments/acft_image_huggingface/context/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
assets/training/finetune_acft_image/environments/acft_image_mmdetection/asset.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 10 additions & 7 deletions
17
...training/finetune_acft_image/environments/acft_image_mmdetection/context/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../training/finetune_acft_image/environments/acft_video_mmtracking/context/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
assets/training/finetune_acft_image/environments/acpt_image_framework_selector/asset.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...g/finetune_acft_image/environments/acpt_image_framework_selector/context/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters