torch==2.5.0 torchaudio==2.5.0 Pillow numpy gradio transformers git+https://github.com/doevent/Real-ESRGAN.git RUN pip install torch==2.5.0+cu121 torchaudio==2.5.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html RUN --mount=target=/tmp/requirements.txt,source=requirements.txt \ pip install --no-cache-dir -r /tmp/requirements.txt