mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
13 lines
244 B
Bash
13 lines
244 B
Bash
|
|
#!/bin/bash
|
||
|
|
#
|
||
|
|
# Copyright (C) 2018 Intel Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
#
|
||
|
|
|
||
|
|
git fetch -t
|
||
|
|
git clone ../compute-runtime neo
|
||
|
|
docker info
|
||
|
|
docker build -f scripts/docker/Dockerfile-fedora-29-copr-gcc-8 -t neo-fedora-29-copr-gcc-8:ci .
|
||
|
|
|