Skip to content
Snippets Groups Projects
Commit d93f59c2 authored by bwalkow's avatar bwalkow
Browse files

build-gpu

parent 7b06bcde
Branches
1 merge request!5Develop
Pipeline #7473 failed with stages
in 28 seconds
FROM nvidia/cuda:11.7.0-base-ubuntu22.04
RUN apt install wget
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
RUN dpkg -i cuda-keyring_1.0-1_all.deb
COPY keys keys
RUN dpkg -i keys/cuda-keyring_1.0-1_all.deb
RUN apt-get update -y && apt-get install -y gcc python3-dev python3-venv python3-pip
......
File added
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