doc: update CHANGELOG, README.md because of optional gradio poetry group
Browse files- README.md +7 -0
- docs/Changelog.md +6 -0
README.md
CHANGED
@@ -43,6 +43,13 @@ Under the hood, HuggingFace install the gradio SDK using docker. If you need to
|
|
43 |
[debian packages](https://huggingface.co/docs/hub/spaces-dependencies#adding-your-own-dependencies)
|
44 |
within the `pre-requirements.txt` file.
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
## SamGIS - Docker version
|
47 |
|
48 |
The SamGIS HuggingSpace url is <https://huggingface.co/spaces/aletrn/samgis>.
|
|
|
43 |
[debian packages](https://huggingface.co/docs/hub/spaces-dependencies#adding-your-own-dependencies)
|
44 |
within the `pre-requirements.txt` file.
|
45 |
|
46 |
+
If you want to run locally the project not from a docker container you can install the optional gradio poetry group like this:
|
47 |
+
|
48 |
+
```bash
|
49 |
+
poetry install --with gradio --with --no-root
|
50 |
+
```
|
51 |
+
|
52 |
+
|
53 |
## SamGIS - Docker version
|
54 |
|
55 |
The SamGIS HuggingSpace url is <https://huggingface.co/spaces/aletrn/samgis>.
|
docs/Changelog.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
# Changelog
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## Version 1.7.0
|
4 |
|
5 |
- Update frontend dependencies
|
|
|
1 |
# Changelog
|
2 |
|
3 |
+
## Version 1.7.1
|
4 |
+
|
5 |
+
- Update frontend dependencies
|
6 |
+
- remove backend dependencies already installed by samgis-web (samgis-core = 3.0.17, samgis-web = 1.0.16)
|
7 |
+
- update Dockerfile, README.md because of added optional gradio poetry dependency group (useful only in case of )
|
8 |
+
|
9 |
## Version 1.7.0
|
10 |
|
11 |
- Update frontend dependencies
|