3ea3e11
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