-
Notifications
You must be signed in to change notification settings - Fork 159
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
bug: frontend v1 llb dag .dot file syntax error #1390
Comments
Cannot reproduce. cc @VoVAllen @gaocegege |
I can reproduce it with the sample code # syntax=v1
def build():
base(dev=True)
install.python()
install.python_packages(name=["via"])
install.apt_packages(name=["htop"]) |
Cannot reproduce. Which envd && graphviz version are you using? @gaocegege @Kaiyang-Chen Mine:
|
envd: ede2013 (latest main)
|
I guess it's related to graphviz. Can you try to upgrade it? I built from source. |
graphviz is already the newest version (2.42.2-6). I installed via apt-get |
APT doesn't have the latest release. It should be 7.0.6. |
But, why is this related to graphviz version? v0 works well but v1 is broken with the old version graphviz. |
Not sure. Could be a graphviz bug. Check the changelog. |
Description
When try to turn llb dag result .dot file into .png file, error message shows
Error: test1.dot: syntax error in line 1 near '{'
.Reproduction
build.envd file:
./bin/envd --debug debug llb -p .--dot > test1.dot
dot -Tpng test1.dot -o test1.png
Additional Info
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: