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

build-gpu

parent d99f0f69
Branches
1 merge request!5Develop
Pipeline #7465 failed with stages
in 33 seconds
......@@ -3,6 +3,7 @@ FROM nvidia/cuda:11.7.0-base-ubuntu22.04
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub
RUN apt-get update -y && apt-get install -y gcc python3-dev python3-venv python3-pip
COPY requirements.txt requirements.txt
RUN python3 -m pip install -r requirements.txt && rm requirements.txt
......
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