Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker-Compose Script #7

Open
NilsBaumgartner1994 opened this issue Nov 29, 2023 · 2 comments
Open

Docker-Compose Script #7

NilsBaumgartner1994 opened this issue Nov 29, 2023 · 2 comments

Comments

@NilsBaumgartner1994
Copy link

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
Copy link
Author

(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

@maxin-cn
Copy link

maxin-cn commented Dec 5, 2023

(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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants