Skip to content

dockerfile #34

@hoenigpeter

Description

@hoenigpeter

Great work and eager to try it out
i had troubles setting everything up without a docker container though, too many dependency and cuda issues

with this dockerfile however i made it work, maybe its also for someone else of use:

FROM pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6  -y

RUN conda install -y -c fvcore -c iopath -c conda-forge fvcore iopath && \
    conda install -y -c pytorch3d pytorch3d=0.7.0

COPY requirements.txt .
RUN pip install -r requirements.txt

CMD ["/bin/bash"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions