Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update system dependencies for designer-related image #3711

Merged
merged 17 commits into from
Jan 3, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion assets/designer/environments/designer-cv/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion assets/designer/environments/designer-io/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion assets/designer/environments/designer-r/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}

WORKDIR /

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
3 changes: 1 addition & 2 deletions assets/designer/environments/designer/context/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}

FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:{{latest-image-tag}}
WORKDIR /

ENV CONDA_PREFIX=/azureml-envs/designer
Expand Down
2 changes: 1 addition & 1 deletion assets/designer/environments/designer/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ os_type: linux

tags:
Python: 3.8.10
OS: Ubuntu20.04
OS: Ubuntu22.04
Loading