Skip to content

Commit e58dc80

Browse files
committed
update Ubuntu version to 24.04 in Dockerfiles and gaudi-docker to 1.19.0/ubuntu24.04
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
1 parent 2186b0a commit e58dc80

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.azure-pipelines/docker/Dockerfile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
ARG UBUNTU_VER=22.04
15+
ARG UBUNTU_VER=24.04
1616
FROM ubuntu:${UBUNTU_VER} as devel
1717

1818
# See http://bugs.python.org/issue19846

.azure-pipelines/docker/DockerfileCodeScan.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
ARG UBUNTU_VER=22.04
16+
ARG UBUNTU_VER=24.04
1717
FROM ubuntu:${UBUNTU_VER} as devel
1818

1919
# See http://bugs.python.org/issue19846

.azure-pipelines/docker/DockerfileWithNC.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
ARG UBUNTU_VER=22.04
16+
ARG UBUNTU_VER=24.04
1717
FROM ubuntu:${UBUNTU_VER} as devel
1818

1919
# See http://bugs.python.org/issue19846

.azure-pipelines/template/docker-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ steps:
7474
7575
- ${{ if eq(parameters.imageSource, 'pull') }}:
7676
- script: |
77-
docker pull vault.habana.ai/gaudi-docker/1.18.0/ubuntu22.04/habanalabs/pytorch-installer-2.4.0:latest
77+
docker pull vault.habana.ai/gaudi-docker/1.19.0/ubuntu24.04/habanalabs/pytorch-installer-2.5.1:latest
7878
displayName: "Pull habana docker image"
7979
8080
- script: |
@@ -95,7 +95,7 @@ steps:
9595
else
9696
docker run -dit --disable-content-trust --privileged --name=${{ parameters.containerName }} --shm-size="2g" \
9797
--runtime=habana -e HABANA_VISIBLE_DEVICES=all -e OMPI_MCA_btl_vader_single_copy_mechanism=none --cap-add=sys_nice --net=host --ipc=host \
98-
-v ${BUILD_SOURCESDIRECTORY}:/neural-compressor vault.habana.ai/gaudi-docker/1.18.0/ubuntu22.04/habanalabs/pytorch-installer-2.4.0:latest
98+
-v ${BUILD_SOURCESDIRECTORY}:/neural-compressor vault.habana.ai/gaudi-docker/1.19.0/ubuntu24.04/habanalabs/pytorch-installer-2.5.1:latest
9999
fi
100100
echo "Show the container list after docker run ... "
101101
docker ps -a

0 commit comments

Comments
 (0)