This commit is contained in:
binary-husky
2023-09-09 18:56:10 +08:00
parent f5357f67ca
commit 5c0a0882c8
52 changed files with 2710 additions and 591 deletions

View File

@@ -1,7 +1,6 @@
# 从NVIDIA源从而支持显卡运损检查宿主的nvidia-smi中的cuda版本必须>=11.3
FROM nvidia/cuda:11.3.1-runtime-ubuntu20.04
ARG useProxyNetwork=''
RUN apt-get update
RUN apt-get install -y curl proxychains curl gcc
RUN apt-get install -y git python python3 python-dev python3-dev --fix-missing