zhangr05

Results 2 comments of zhangr05

Here is a dockerfile I used, seems to be working. FROM pytorch/pytorch:2.4.1-cuda12.1-cudnn9-devel RUN apt-get update && apt-get install -y \ build-essential \ cmake \ autoconf \ automake \ libtool \...

Hey Kyle, I’m not very experienced with Docker, but here’s what I know: 1. Save the provided text as Dockerfile (no extension). 2. Build the image using the following command:...