Skip to content
Snippets Groups Projects
Commit e617750b authored by Bartosz Walkowiak's avatar Bartosz Walkowiak
Browse files

build-gpu

parent 51dfa6a0
Branches
1 merge request!5Develop
Pipeline #7469 failed with stages
in 28 seconds
FROM nvidia/cuda:11.7.0-base-ubuntu22.04
RUN apt install curl
RUN curl -sL "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA4B469963BF863CC" | apt-key add
RUN curl -sL "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C" | apt-key add
RUN apt-get update -y && apt-get install -y gcc python3-dev python3-venv python3-pip
......
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