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

Syntax Error Building Docker #61

Open
elephlant opened this issue Feb 11, 2021 · 2 comments
Open

Syntax Error Building Docker #61

elephlant opened this issue Feb 11, 2021 · 2 comments

Comments

@elephlant
Copy link

I was following Docker Installation instructions for my Mac, but ran into issues while building the image.

Screenshot 2021-02-11 at 2 24 01 PM

I think the issue is that the python version in the image is v3.5 which does not know how to parse f-strings. Is there a quick workaround for this? A preliminary copy-and-paste-code-from-internet strategy yields no solution...

@fplk
Copy link
Contributor

fplk commented Feb 11, 2021

I'm just a user myself and thus can't give an authoritative response, but maybe you could just use the Ubuntu 20.04 image I PRed a while ago - see https://github.com/probcomp/gen-quickstart/blob/master/Dockerfile.ubuntu-2004 ? Btw.: You should be able to push the Julia version in there up to 1.5.3 as well.

@elephlant
Copy link
Author

That worked for me. Thank you, @fplk!

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

2 participants