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

Improve Docker Setup and Gradio Config Options #181

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

MrLemur
Copy link

@MrLemur MrLemur commented Jan 7, 2025

This PR introduces the following changes:

Docker Enhancements:

  • Adds a .dockerignore file to prevent unnecessary files (e.g., models) from being copied into Docker images.
  • Updates the Dockerfile to a functional version by removing an unused volume.
  • Removes Miniconda from the Docker image to reduce its size.

Gradio Features:

  • Adds an entrypoint script to support custom Gradio configuration files.
  • Updates the Gradio script to allow users to select which model to load.

Documentation Updates:

  • Recommends using CUDA 12.4 for improved compatibility.
  • Updates the Docker README to reflect new configuration options.

Dependency Management:

  • Explicitly declares all dependencies to ensure scripts run reliably.

The Docker images can be accessed here: https://hub.docker.com/r/mrlemur/instantmesh

Fixes #178
Fixes #175

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