Good Day
I am running the command “docker-compose up”, however I get the following error. Have I missed something in my build/installation. Please assist
Building markup
Step 1/20 : ARG BUILD_REGISTRY
Step 2/20 : ARG BUILD_TAG=latest
Step 3/20 : FROM ${BUILD_REGISTRY}openmpf_build:${BUILD_TAG} as openmpf_build
---> f1d341679c53
Step 4/20 : FROM centos:7
---> 8652b9f0cb4c
Step 5/20 : SHELL ["/bin/bash", "-o", "errexit", "-o", "pipefail", "-c"]
---> Using cache
---> 9d16d4c2d3d1
Step 6/20 : ENV LANG en_US.UTF-8
---> Using cache
---> d38adb529eb9
Step 7/20 : RUN yum update --assumeyes; yum-config-manager --setopt=skip_missing_names_on_install=False --save; yum install --assumeyes https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm; yum install --assumeyes java-11-openjdk ffmpeg libheif; yum clean all; rm -rf /var/cache/yum/*;
---> Using cache
---> fd0580966f62
Step 8/20 : RUN --mount=type=bind,from=openmpf_build,source=/build-artifacts/install/lib,target=/tmp/mpf-libs cd /tmp/mpf-libs; cp --preserve=links --no-dereference libopencv* libopenblas* libgfortran* libquadmath* /usr/lib64;
---> Running in 8566575c2706
/bin/bash: line 0: cd: /tmp/mpf-libs: No such file or directory
ERROR: Service 'markup' failed to build : The command '/bin/bash -o errexit -o pipefail -c cd /tmp/mpf-libs; cp --preserve=links --no-dereference libopencv* libopenblas* libgfortran* libquadmath* /usr/lib64;' returned a non-zero code: 1
|
Derrick Hunter
|
||
|
|
||