Skip to content

Commit

Permalink
Remove unneded as base
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodruiz committed Oct 10, 2024
1 parent 6fe11a0 commit 0a1bf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT

FROM ubuntu:24.04 as base
FROM ubuntu:24.04

ARG BUILD_TEMPDIR
ARG LIC_MAC=00:00:00:00:00:00
Expand Down
2 changes: 1 addition & 1 deletion scripts/linux/xdna-driver-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT

FROM ubuntu:24.04 as base
FROM ubuntu:24.04

ARG DEBIAN_FRONTEND=noninteractive
ARG KERNEL_HEADERS
Expand Down

0 comments on commit 0a1bf68

Please sign in to comment.