Skip to content
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
Expand Up @@ -60,7 +60,7 @@ services:
mode: global

gaudi-metrics-exporter:
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:latest
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.22.2-32
privileged: true
container_name: gaudi-metrics-exporter
volumes:
Expand Down
4 changes: 2 additions & 2 deletions CodeTrans/ui/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

# Use node 20.19.0 as the base image (required for [email protected] compatibility)
FROM node:20.19.0
# Use node 22 as the base image (required for [email protected] compatibility)
FROM node:22

# Update package manager and install Git
RUN apt-get update -y && apt-get install -y git
Expand Down
4 changes: 2 additions & 2 deletions SearchQnA/ui/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

# Use node 20.11.1 as the base image
FROM node:20.11.1
# Use node 22 as the base image
FROM node:22

# Update package manager and install Git
RUN apt-get update -y && apt-get install -y git
Expand Down
4 changes: 2 additions & 2 deletions Text2Image/ui/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

# Use node 20.11.1 as the base image
FROM node:20.11.1
# Use node 22 as the base image
FROM node:22

# Update package manager and install Git
RUN apt-get update -y && apt-get install -y git
Expand Down
Loading