Closed Namyalg closed 2 years ago
The current documentation steps of FLINT Example using docker need an update due to the restructuring of the repository.
The previous instruction mentions
cd Docker docker build --build-arg NUM_CPU=8 -t moja/flint.example:bionic .
with the current repository structure, it needs to be
docker build --build-arg NUM_CPU=8 -t moja/flint.example:bionic .
What is the current documentation state?
The current documentation steps of FLINT Example using docker need an update due to the restructuring of the repository.
The previous instruction mentions
with the current repository structure, it needs to be