Skip to content

Commit

Permalink
Remove executable non-python blocks from Gemma 2 notebook (#32219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey authored Aug 19, 2024
1 parent e6c42d2 commit e4f2322
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,13 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"id": "29dOdG_kxzTv",
"metadata": {
"id": "29dOdG_kxzTv"
},
"outputs": [],
"source": [
"```sh\n",
"ARG SERVING_BUILD_IMAGE=tensorflow/tensorflow:2.16.1-gpu\n",
"\n",
"FROM ${SERVING_BUILD_IMAGE}\n",
Expand Down Expand Up @@ -199,14 +198,13 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"id": "K4gJQ0e9pCR4",
"metadata": {
"id": "K4gJQ0e9pCR4"
},
"outputs": [],
"source": [
"```sh\n",
"apache_beam[gcp]==2.54.0\n",
"keras_nlp==0.14.3\n",
"keras==3.4.1\n",
Expand Down Expand Up @@ -234,14 +232,13 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"id": "EdUxmUjqx58r",
"metadata": {
"id": "EdUxmUjqx58r"
},
"outputs": [],
"source": [
"```sh\n",
"FROM <DOCKERFILE_IMAGE>\n",
"\n",
"WORKDIR /workspace\n",
Expand Down

0 comments on commit e4f2322

Please sign in to comment.