You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that many people have a hard time running this code outside of Linux. Also, there are individuals who won't monetize others' hard work. These are the reasons for this PR #108. I am open to suggestions
Install Docker and Nvidia-container-runtime. Place pretrained_models as expected. Docker will ignore models in the building stage.
Building and Running the Docker Image
Run the following command to build and start the Docker image/container::
docker-compose up -d
Open a terminal and create an SSH tunnel to the Docker container:
Execute ./entrypoint.sh to run the Gradio demo. The Gradio demo will be available at http://localhost:7860.
The SSH tunnel needs to remain active at all times for the Gradio demo to work. Additionally, you need to be inside the Docker container to execute commands.
or any other command that is not a script that automatically activates the environment, make sure to have the conda environment active:
conda activate manimate
A volume is mounted at the root directory and all changes, files, etc. will be saved in the root directory and accessible from the Docker container.
The text was updated successfully, but these errors were encountered:
Ujstor
changed the title
🐳 Dockerfile and docker-compose for running code in any OS environment.🐳
🐳 Dockerfile and docker-compose for running code in any OS environment🐳
Dec 14, 2023
I've noticed that many people have a hard time running this code outside of Linux. Also, there are individuals who won't monetize others' hard work. These are the reasons for this PR #108. I am open to suggestions
Install Docker and Nvidia-container-runtime. Place pretrained_models as expected. Docker will ignore models in the building stage.
Building and Running the Docker Image
Run the following command to build and start the Docker image/container::
Open a terminal and create an SSH tunnel to the Docker container:
Password:
root
Execute
./entrypoint.sh
to run the Gradio demo. The Gradio demo will be available at http://localhost:7860.The SSH tunnel needs to remain active at all times for the Gradio demo to work. Additionally, you need to be inside the Docker container to execute commands.
Before running commands like:
or any other command that is not a script that automatically activates the environment, make sure to have the conda environment active:
A volume is mounted at the root directory and all changes, files, etc. will be saved in the root directory and accessible from the Docker container.
The text was updated successfully, but these errors were encountered: