Spaces:
Sleeping
Sleeping
File size: 713 Bytes
78c8c21 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# moulinette
moulinette
#Command line svg to png
inkscape -h 1468 -w 1576 imagea10.svg -o output.png --export-background-opacity=255
# command line png to svg
pip install potrace-cli
potracer ../SMoreau/images/flower.png -b svg -o image.png
# Or image j
convert image10.svg -colorspace Gray output.png
# Put to aws
Follow
https://itnext.io/run-your-containers-on-aws-fargate-c2d4f6a47fda
Permission denied ==> use sudo.
1/ build docker
2/ push docker image on aws ECR (elastic container registery)
Error in building the docker use
https://stackoverflow.com/questions/72564830/python3-minimal-error-during-pip-installation-in-docker-build-permissionerro
Il faut absolument ne pas être sudo pour docker !
|