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
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
Thanks for publishing this work. Here is a Dockerfile that builds a compatible runtime environment for executing this model.
Clone this repo, and drop this Dockerfile in the root of the repo. Build the container:
docker build -t image-gpt .With the root of repo as your current directory, run the container:
docker run -it -v $(pwd):/app -v $HOME/image-gpt-data:/root image-gpt bash