> Failed to load native library 'libnative-platform.so' for Linux amd64

Hello, I have a problem with gradle being a beginner, I’m having trouble with it, if you can help me please.

Docker:

 docker run --rm -u gradle -w /home/gradle/project -v ${HOME}/repo/projet-springboot-np-master:/home/gradle/project -v /tmp/gradle_cache:/home/gradle/.gradle -v /tmp/gradle_dist:/home/gradle/project/build/libs gradle:7.5.1-jdk17-focal gradle projet-springboot-np-master:assemble

FAILURE: Build failed with an exception.

* What went wrong:
Gradle could not start your build.
> Could not initialize native services.
   > Failed to load native library 'libnative-platform.so' for Linux amd64.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

PC :

cd <path/to/repostory>/projet-springboot-np-master
gradle projet-springboot-np-maste:assemble
bash: path/to/repostory: Aucun fichier ou dossier de ce type

FAILURE: Build failed with an exception.

* What went wrong:
Project 'projet-springboot-np-maste' not found in root project 'nicolas'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 326ms
9 actionable tasks: 9 up-to-date

Thanks you

Hard to guess without you providing any informatino about the project.
But besides that you should use the Gradle Wrapper and not any installed version of Gradle to run a build, my best guess without any more information is that you miss a settings script in your build but that you have a settings script in parent directory nicolas which both sounds very wrong.