"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "684dc23153fd57bb9f1badba296889f2f590205d"
Commit e9b75b2d authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Dockerfile CUDA compilation round 4

parent 9fa79bd0
FROM nvidia/cuda:10.2-cudnn8-runtime-ubuntu18.04 FROM nvidia/cuda:10.2-cudnn8-runtime-ubuntu18.04
RUN apt-get update && apt-get install -y wget cuda-minimal-build-10-2 git RUN apt-get update && apt-get install -y wget cuda-minimal-build-10-2 git
RUN apt-get install -y cuda-cusparse-dev-10-2 cuda-cublas-dev-10-0 RUN apt-get install -y cuda-cusparse-dev-10-2 libcublas-dev
RUN wget -P /tmp \ RUN wget -P /tmp \
"https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" \ "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh" \
&& bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda \ && bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment