Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Support? #5

Closed
levithomason opened this issue Nov 10, 2022 · 1 comment
Closed

Mac Support? #5

levithomason opened this issue Nov 10, 2022 · 1 comment

Comments

@levithomason
Copy link

I see Linux support was shown in #4. I'm curious if this will run on a M1 MacBook (Apple Silicon)?

@levithomason
Copy link
Author

The Linux instructions work, just needed to quote the $(pwd) argument:

-docker run --volume $(pwd):/dce-f/static/input --volume dcef_data:/dce-f/static/data --rm -p 21011:21011 -it dce-f
+docker run --volume "$(pwd):/dce-f/static/input" --volume dcef_data:/dce-f/static/data --rm -p 21011:21011 -it dce-f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant