2019-08-30 20:30:22 +08:00
|
|
|
#!/bin/bash
|
2021-06-29 22:04:49 +08:00
|
|
|
|
2019-08-30 20:30:22 +08:00
|
|
|
#
|
2021-05-17 02:51:16 +08:00
|
|
|
# Copyright (C) 2019-2021 Intel Corporation
|
2019-08-30 20:30:22 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
|
|
|
git fetch -t
|
|
|
|
git clone ../compute-runtime neo
|
|
|
|
docker info
|
|
|
|
docker build -f scripts/docker/Dockerfile-fedora-31-copr -t neo-fedora-31-copr:ci .
|