3 Star 0 Fork 1

rvgpu/tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
qihangkong 提交于 2024-05-08 11:55 +08:00 . docker: update Dockerfile to build v0.2.1 image
# run this file use: docker image build -t rvgpu/rvgpu:v0.2.1 .
FROM ubuntu:22.04
LABEL maintainer="qihangkong@outlook.com"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y build-essential git cmake python3 python3-pip pkg-config libdrm-dev libgtest-dev ninja-build wget g++-12 git && rm -rf /var/lib/apt/lists/*
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb && dpkg -i cuda-keyring_1.0-1_all.deb && rm cuda-keyring_1.0-1_all.deb
RUN apt-get update && apt-get install -y --no-install-recommends cuda && rm -rf /var/lib/apt/lists/*
WORKDIR /root
# clone v0.2.1版本的rvgpu
RUN git clone https://gitee.com/rvgpu/rvgpu.git; cd rvgpu; git checkout -b v0.2.1 tags/v0.2.1; git submodule init; git submodule update
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rvgpu/tools.git
git@gitee.com:rvgpu/tools.git
rvgpu
tools
tools
main

搜索帮助