small fix for M3 chip for ptolemy_mac

This commit is contained in:
Ryan@MBA2024 2024-08-11 12:36:08 -04:00
parent 095b36edba
commit 431463daeb

View File

@ -1,2 +1,2 @@
#!/bin/bash
docker run --rm -i -w $PWD tehatanlgov/ptolemy
docker run --rm --platform linux/amd64 -i -w $PWD tehatanlgov/ptolemy