Spaces:
Configuration error
Configuration error
File size: 128 Bytes
48c12ab |
1 2 3 4 5 6 |
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
|