Updated vulkan application to be containerised
This commit is contained in:
parent
56d153ab23
commit
eca506a521
3 changed files with 29 additions and 2 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FROM nvidia/vulkan:1.1.121
|
||||
|
||||
RUN apt update -y
|
||||
RUN apt install g++ -y
|
||||
|
||||
RUN mkdir /workspace
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY . /workspace
|
||||
|
||||
RUN make build_linux
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue