Using the m1 docker version, I was able to run the docker ubuntu image on my 
macmini-m1 like this

docker pull dealii/dealii:latest
cd /path/of/your/deal.II/code
docker run -ti -v $(pwd):/home/dealii/shared -w /home/dealii/shared  
dealii/dealii:latest

Compile and run your code inside docker.

To edit code or see results, use a different terminal.

Best
praveen

> On 20-May-2021, at 7:32 PM, Debabrata Auddya <[email protected]> wrote:
> 
> Praveen, 
> 
> Yes its the same m1
> 
> Deb

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/F26452E1-B007-4380-A515-47C48444675F%40gmail.com.

Reply via email to