SEINE icon indicating copy to clipboard operation
SEINE copied to clipboard

Docker-Compose Script

Open NilsBaumgartner1994 opened this issue 1 year ago • 2 comments

Any chances there can be made a docker-compose.yaml file? Mac sadly does not support decor any more (>3.9) and with this in mind an easier approach would be to use docker?

NilsBaumgartner1994 avatar Nov 29 '23 11:11 NilsBaumgartner1994

(base)  nilsbaumgartner@MacBook-Pro-von-Nils  ~/Downloads/SEINE-main  conda activate seine
(seine)  nilsbaumgartner@MacBook-Pro-von-Nils  ~/Downloads/SEINE-main  pip install -r requirement.txt
Collecting torch==2.0.1 (from -r requirement.txt (line 1))
  Downloading torch-2.0.1-cp39-none-macosx_10_9_x86_64.whl (143.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 MB 29.5 MB/s eta 0:00:00
Collecting torchaudio==2.0.2 (from -r requirement.txt (line 2))
  Downloading torchaudio-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl (3.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 7.9 MB/s eta 0:00:00
Collecting torchvision==0.15.2 (from -r requirement.txt (line 3))
  Downloading torchvision-0.15.2-cp39-cp39-macosx_10_9_x86_64.whl (1.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 24.4 MB/s eta 0:00:00
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0

NilsBaumgartner1994 avatar Nov 29 '23 11:11 NilsBaumgartner1994

(base)  nilsbaumgartner@MacBook-Pro-von-Nils  ~/Downloads/SEINE-main  conda activate seine
(seine)  nilsbaumgartner@MacBook-Pro-von-Nils  ~/Downloads/SEINE-main  pip install -r requirement.txt
Collecting torch==2.0.1 (from -r requirement.txt (line 1))
  Downloading torch-2.0.1-cp39-none-macosx_10_9_x86_64.whl (143.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 MB 29.5 MB/s eta 0:00:00
Collecting torchaudio==2.0.2 (from -r requirement.txt (line 2))
  Downloading torchaudio-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl (3.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 7.9 MB/s eta 0:00:00
Collecting torchvision==0.15.2 (from -r requirement.txt (line 3))
  Downloading torchvision-0.15.2-cp39-cp39-macosx_10_9_x86_64.whl (1.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 24.4 MB/s eta 0:00:00
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0

@NilsBaumgartner1994 Hi, you can just remove decord from your docker-compose file since sampling videos do not rely on this.

maxin-cn avatar Dec 05 '23 00:12 maxin-cn