File size: 176 Bytes
2cf5785
b84a650
 
 
 
f6e6dfb
 
1
2
3
4
5
6
7
8
FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel

RUN apt-get update \
    && apt-get install -y --no-install-recommends git \
    && rm -rf /var/lib/apt/lists/*

CMD ["bash"]