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

build-gpu

parent 069eb1a7
1 merge request!5Develop
Pipeline #7460 failed with stages
in 32 seconds
FROM nvidia/cuda:11.7.0-base-ubuntu22.04
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A4B469963BF863CC
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C
RUN apt-get update -y && apt-get install -y gcc python3-dev python3-venv python3-pip
COPY requirements.txt requirements.txt
......@@ -14,4 +12,4 @@ COPY entrypoint.py entrypoint.py
COPY worker.py worker.py
COPY config.ini config.ini
ENTRYPOINT [ "python3", "entrypoint.py"]
\ No newline at end of file
ENTRYPOINT [ "python3", "entrypoint.py"]
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