compute / Dockerfile
qgallouedec's picture
qgallouedec HF Staff
Update Dockerfile
f6e6dfb verified
raw
history blame contribute delete
176 Bytes
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"]