Spaces:
Runtime error
Runtime error
FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-devel | |
COPY . /dinov2 | |
WORKDIR /dinov2 | |
RUN pip install -r requirements.txt | |
RUN pip install -r requirements-extras.txt | |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y | |