10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
# NOTE: runpod is installed LAST in the Dockerfile (after modelscope), so
|
|
# modelscope's aggressive dependency pins can't break `import runpod` at startup.
|
|
torch==2.1.2
|
|
torchvision==0.16.2
|
|
modelscope==1.9.5
|
|
opencv-python-headless==4.9.0.80
|
|
pillow==10.2.0
|
|
numpy==1.24.4
|
|
timm==0.9.12
|