-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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"]
YuQiao0303
Metadata
Metadata
Assignees
Labels
No labels