File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
- ARG UBUNTU_VER=22 .04
15
+ ARG UBUNTU_VER=24 .04
16
16
FROM ubuntu:${UBUNTU_VER} as devel
17
17
18
18
# See http://bugs.python.org/issue19846
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- ARG UBUNTU_VER=22 .04
16
+ ARG UBUNTU_VER=24 .04
17
17
FROM ubuntu:${UBUNTU_VER} as devel
18
18
19
19
# See http://bugs.python.org/issue19846
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- ARG UBUNTU_VER=22 .04
16
+ ARG UBUNTU_VER=24 .04
17
17
FROM ubuntu:${UBUNTU_VER} as devel
18
18
19
19
# See http://bugs.python.org/issue19846
Original file line number Diff line number Diff line change 74
74
75
75
- ${{ if eq(parameters.imageSource, 'pull') }} :
76
76
- 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
78
78
displayName: "Pull habana docker image"
79
79
80
80
- script : |
95
95
else
96
96
docker run -dit --disable-content-trust --privileged --name=${{ parameters.containerName }} --shm-size="2g" \
97
97
--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
99
99
fi
100
100
echo "Show the container list after docker run ... "
101
101
docker ps -a
You can’t perform that action at this time.
0 commit comments