Spaces:
Runtime error
Runtime error
Commit
·
72e7ace
1
Parent(s):
d8d1062
docs: add info about docker image
Browse files
README.md
CHANGED
@@ -55,3 +55,15 @@ poetry install
|
|
55 |
```
|
56 |
|
57 |
You may need to install [Blender](https://www.blender.org/download/) and add it to your path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
```
|
56 |
|
57 |
You may need to install [Blender](https://www.blender.org/download/) and add it to your path.
|
58 |
+
|
59 |
+
### Docker
|
60 |
+
|
61 |
+
There is a pre-built docker image (for `arm64` and `amd64`) available on [Docker Hub](https://hub.docker.com/r/jacoblincool/create-3d-icon).
|
62 |
+
|
63 |
+
```bash
|
64 |
+
docker run --rm -p 7680:7680 jacoblincool/create-3d-icon
|
65 |
+
```
|
66 |
+
|
67 |
+
You can visit `http://localhost:7680` to see the example.
|
68 |
+
|
69 |
+
> There is a hosted demo on [Hugging Face Spaces](https://huggingface.co/spaces/jacoblincool/create-3d-icon)
|