#!/bin/bash
#
# Copyright (C) 2019-2021 Intel Corporation
# SPDX-License-Identifier: MIT
git fetch -t
git clone ../compute-runtime neo
docker build -f scripts/docker/Dockerfile-arch-clang -t neo-arch-clang:ci .