Skip to content

Commit

Permalink
Fix notebook escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Nov 19, 2024
1 parent baa1591 commit fd7de78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/beam-ml/automatic_model_refresh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"cell_type": "code",
"source": [
"# In a requirements file, define the dependencies required for the pipeline.\n",
"!printf 'tensorflow==2.15.0\ntensorflow_hub==0.16.1\nkeras==2.15.0\nPillow==11.0.0' > ./requirements.txt\n",
"!printf 'tensorflow==2.15.0 tensorflow_hub==0.16.1 keras==2.15.0 Pillow==11.0.0' > ./requirements.txt\n",
"# Install the pipeline dependencies on Dataflow.\n",
"options.view_as(SetupOptions).requirements_file = './requirements.txt'"
],
Expand Down

0 comments on commit fd7de78

Please sign in to comment.