Replies: 2 comments 5 replies
-
Hi, can you share some logs of any errors you see?
Can you also check if port 80 works? I did recently update the README
instructions so that the Docker app runs on port 80 through nginx instead
of 8000.
Yes you can checkout an older git commit and self-build the Docker
containers.
…On Fri, Jan 7, 2022 at 9:29 AM keyosuke ***@***.***> wrote:
I'm using Anaconda console on Windows 11 with Docker. Prebuilt containers
and self-built, the same result.
I blew way my old docker containers for Spleeter Web and renamed the
directory it was installed into, for a fresh start. I then following the
instructions to set it up, as I've done in the past, and the containers
repopulated into Docker Dashboard, but when I try to log into the page at
127.0.0.1:8000 I get nothing. Some attempts at installing it lead to
docker containers seeming to get in a restarting loop, but I don't see an
issue with the latest install, other than that it's not accepting
connections on 8000. I have my old spleeter-web directory, so is there any
way I can roll back to it or troubleshoot?
—
Reply to this email directly, view it on GitHub
<#113>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACF3ZSN2BVQBM5D3MSWNAS3UU4PG3ANCNFSM5LPIJRWA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Are you building the Docker containers from source? It looks like you're on
an older commit but using a running a newer Demucs dependency which isn't
compatible. You can also run "docker-compose pull" to get the latest
prebuilt containers.
…On Fri, Jan 7, 2022 at 9:54 AM keyosuke ***@***.***> wrote:
I tried setting NGINX_PORT=8000 in .env file and restarted in docter and
it went into a restart loop with the following error.
spleeter-web_celery-slow_1
jeffreyca/spleeter-web-backend:latest
RUNNING
File "/webapp/api/tasks.py", line 15, in
from .separators.demucs_separator import DemucsSeparator
File "/webapp/api/separators/demucs_separator.py", line 7, in
from demucs.pretrained import load_pretrained, PRETRAINED_MODELS
ImportError: cannot import name 'load_pretrained' from 'demucs.pretrained'
(/usr/local/lib/python3.7/site-packages/demucs/pretrained.py)
Starting Celery (slow)
—
Reply to this email directly, view it on GitHub
<#113 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACF3ZSM2HRZXBN7ROUYFYFLUU4SETANCNFSM5LPIJRWA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Anaconda console on Windows 11 with Docker. Prebuilt containers and self-built, the same result.
I blew way my old docker containers for Spleeter Web and renamed the directory it was installed into, for a fresh start. I then following the instructions to set it up, as I've done in the past, and the containers repopulated into Docker Dashboard, but when I try to log into the page at 127.0.0.1:8000 I get nothing. Some attempts at installing it lead to docker containers seeming to get in a restarting loop, but I don't see an issue with the latest install, other than that it's not accepting connections on 8000. I have my old spleeter-web directory, so is there any way I can roll back to it or troubleshoot?
Beta Was this translation helpful? Give feedback.
All reactions