Gif135 / data /docker /Dockerfile
marselgames9's picture
Migrated from GitHub
263b09f verified
Raw
History Blame Contribute Delete
128 Bytes
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt