aelitta's picture
Upload folder using huggingface_hub
4bdb245 verified
raw
history blame contribute delete
151 Bytes
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