针对你提出的“unable to locate package libabsl-dev”问题,以下是一些可能的解决步骤和建议: 确认操作系统和包管理器: 首先,请确认你正在使用的操作系统是Ubuntu或基于Debian的系统,因为这些系统通常使用APT作为包管理器。 更新包列表: 在尝试安装任何新包之前,确保你的包列表是最新的。可以通过运行以下命令来更...
And here is my modified DockerFile per@i11quick recommendation (which did get me past the originalUnable to locate package condaerror: ARG IMAGE_TYPE=extras ARG BASE_IMAGE=ubuntu:22.04 # extras or core FROM ${BASE_IMAGE} as requirements-core ARG GO_VERSION=1.21.7 ARG BUILD_TYPE ARG CUDA...
cmake -Donnxruntime_GCC_STATIC_CPP_RUNTIME=ON -DCMAKE_BUILD_TYPE=Release -Dprotobuf_WITH_ZLIB=OFF -DCMAKE_TOOLCHAIN_FILE=../aarch64.cmake -Donnxruntime_ENABLE_PYTHON=OFF -Donnxruntime_BUILD_SHARED_LIB=ON -Donnxruntime_DEV_MODE=OFF -DONNX_CUSTOM_PROTOC_EXECUTABLE=/home/cyrus/wo...