-
Notifications
You must be signed in to change notification settings - Fork 343
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
DDSP in Docker Container #469
Comments
Hey @simonwindtner did you ever finish this docker container? Maybe you could post your code so I can keep working on it? |
Hey @mepc36, yes finished the docker image. RUN useradd -m -d /home/Simon Simon RUN apt-get update RUN echo 'root:rt' | chpasswd USER Simon CMD /bin/bash and also the requirements file: ################## |
Awesome thank you so much @simonwindtner! I will try to get this working and circle back if I have any questions |
Hey @simonwindtner so I can get the Dockerfile to build the image using this command...
...but then the container starts and immediately exits (with no logs) when I run this command:
Any help? How are you starting the container and logging onto it so you can use DDSP there? Thanks man! |
should be ok. but I use the docker desktop app to start/stopp the containers, and attach afterwards to VSCode. |
Great, thanks. You're not on a Mac M1 are you? |
my docker is running on the „old“ 13pro, but i‘ve M1 as well. up to now i did not check |
Have anybody set up a docker container with the ddsp package ? I'm actually trying to set up one, but unfortunately I got errors by installing the numpy package. So would be nice if anybody can give some hints which python version should work with the ddsp package in a docker container.
Thanks!
The text was updated successfully, but these errors were encountered: