issue running the docker version

#7
by jobajob - opened

when trying to run the docker command to install this localy, i get an issue.

my envierment is WSL on windows and i have ran simple docker containers on it before.

the issue log:

@:~/playground$ docker run -it -p 7860:7860 --platform=linux/amd64 registry.hf.space/phenomenon1981-dreamlikeart-photoreal-2-0:latest python app.py

Unable to find image 'registry.hf.space/phenomenon1981-dreamlikeart-photoreal-2-0:latest' locally
latest: Pulling from phenomenon1981-dreamlikeart-photoreal-2-0
d52e4f012db1: Pull complete
7dd206bea61f: Pull complete
2320f9be4a9c: Pull complete
6e5565e0ba8d: Pull complete
d3797e13cc41: Pull complete
f8108bc94b5f: Pull complete
3d35965ce4db: Pull complete
4459f6d56468: Pull complete
a7a0903b7b6a: Extracting [==================================================>] 221.5MB/221.5MB
aff91f59c08e: Download complete
9111933e6ef3: Download complete
8c76b60b2975: Download complete
46995db4b389: Download complete
04e17660c56c: Download complete
29a2ed10d7fc: Download complete
ad23eacea7e6: Download complete
aa5ec6905f80: Download complete
docker: failed to register layer: Error processing tar file(exit status 1): archive/tar: invalid tar header.
See 'docker run --help'.

any help on what i can do to fix it?

I'm using mirror of the model. Try pulling from here: https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0

Sign up or log in to comment