After installing pytorch via
RUN python3 -m pip install --no-cache-dir torch==1.9.1
I realised that corresponding docker layer is 1.78GB Is there any way to reduce pytorch size? Current version is with GPU & Cuda 10.2
After installing pytorch via
RUN python3 -m pip install --no-cache-dir torch==1.9.1
I realised that corresponding docker layer is 1.78GB Is there any way to reduce pytorch size? Current version is with GPU & Cuda 10.2