yann-insa

Results 4 comments of yann-insa

Hi Adail, Thanks for this reponse, if I understand correctly, it'not possible to use on zabbix 5.4 but zabbix work on it. Regards

more information docker run -it : `root@0e51f58bf13f:/src/gopro-map-sync# python3 --version Python 3.9.5 root@0e51f58bf13f:/src/gopro-map-sync# pipenv run ./gpxmapmovie --help /usr/bin/env: ‘python\r’: No such file or directory root@0e51f58bf13f:/src/gopro-map-sync#`

I have find right solution is : `docker run -it --entrypoint "/usr/bin/env" --mount type=bind,source=D:/VIDEO/MERCK/OVERLAY,target=/OVERLAY/ gpxmapmovie pipenv run python3.9 gpxmapmovie -j /src/gpx-animator-1.7/build/libs/gpx-animator-1.7.0-all.jar --input /OVERLAY/GS010612.mp4 --output /OVERLAY/GS010612-map.mp4` Thanks for the help

dockerfile correlty with : ` FROM adoptopenjdk/openjdk16:latest RUN apt-get update && apt-get install -y \ vim \ python3.9 \ python3.9-venv \ python3.9-dev \ git \ cmake \ build-essential \ pipenv...