Spaces:
Sleeping
Sleeping
added file
Browse files
README.md
CHANGED
@@ -1,27 +1,12 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
-
|
5 |
-
#Command line svg to png
|
6 |
-
inkscape -h 1468 -w 1576 imagea10.svg -o output.png --export-background-opacity=255
|
7 |
-
|
8 |
-
# command line png to svg
|
9 |
-
pip install potrace-cli
|
10 |
-
potracer ../SMoreau/images/flower.png -b svg -o image.png
|
11 |
-
|
12 |
-
# Or image j
|
13 |
-
convert image10.svg -colorspace Gray output.png
|
14 |
-
|
15 |
-
# Put to aws
|
16 |
-
|
17 |
-
Follow
|
18 |
-
https://itnext.io/run-your-containers-on-aws-fargate-c2d4f6a47fda
|
19 |
-
Permission denied ==> use sudo.
|
20 |
-
|
21 |
-
1/ build docker
|
22 |
-
2/ push docker image on aws ECR (elastic container registery)
|
23 |
-
|
24 |
-
Error in building the docker use
|
25 |
-
https://stackoverflow.com/questions/72564830/python3-minimal-error-during-pip-installation-in-docker-build-permissionerro
|
26 |
-
|
27 |
-
Il faut absolument ne pas être sudo pour docker !
|
|
|
1 |
+
---
|
2 |
+
title: Moulinette
|
3 |
+
emoji: ⚙️
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
license: apache-2.0
|
9 |
+
---
|
10 |
+
|
11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|