File size: 231 Bytes
c37fd8b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
FROM dromni/nerfstudio:0.3.2

ARG CUDA_VERSION=11.8.0
ARG CUDA_ARCHITECTURES=86
ARG OS_VERSION=22.04

RUN ["ns-download-data", "nerfstudio", "--capture-name=poster"]

CMD ["ns-train", "nerfacto", "--data", "data/nerfstudio/poster"]