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

The "Training and Deploying a TensorFlow Model in Vertex AI" lab (lab_exercise_long.ipynb) requires apt and pip packages for graphiz #2455

Open
MrCsabaToth opened this issue Oct 4, 2023 · 1 comment · May be fixed by #2456

Comments

@MrCsabaToth
Copy link

Kind of similar to #2429, however in this case not only the apt package but also the two pip packages are not installed.

The lab link: https://www.cloudskillsboost.google/course_sessions/2920314/labs/392211
The ipynb: https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/self-paced-labs/vertex-ai/vertex-ai-qwikstart/lab_exercise_long.ipynb

The tf.keras.utils.plot_model(model, show_shapes=False, rankdir="LR") step requires graphviz apt package and pip package and also pydot pip package. The pip packages can be added to the requirements.txt since this lab uses that to install dependencies. The apt install could be the first step of the notebook or added to the lab instructions preceding the requirements install.

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

Successfully merging a pull request may close this issue.

1 participant