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

build-gpu

parent 7b56120a
Branches
1 merge request!5Develop
Pipeline #7243 failed with stages
in 55 seconds
FROM nvidia/cuda:11.7.0-base-ubuntu22.04
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y gcc python3-dev python3-venv python3-pip
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