mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-09 00:15:07 +00:00
9 lines
262 B
Docker
9 lines
262 B
Docker
![]() |
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
|
||
|
FROM ubuntu:20.04
|
||
|
|
||
|
COPY --from=wasi-nn-base /home/wamr/core/iwasm/libraries/wasi-nn/test/build/iwasm /run/iwasm
|
||
|
|
||
|
ENTRYPOINT [ "/run/iwasm" ]
|