Skip to content

Commit

Permalink
Move syntax directive to top of file, fixes nv-morpheus#31
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 5, 2022
1 parent c8f11ac commit 790cb1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1

# SPDX-FileCopyrightText: Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -13,7 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# syntax=docker/dockerfile:1

# Args used in FROM commands must come first
ARG FROM_IMAGE="gpuci/miniconda-cuda"
Expand Down

0 comments on commit 790cb1c

Please sign in to comment.