Skip to content

Commit

Permalink
Commenting out Google Colab config in pre-requisites
Browse files Browse the repository at this point in the history
Signed-off-by: Das, Snehal <[email protected]>
  • Loading branch information
snehal-das committed Nov 22, 2024
1 parent 697408b commit 2212479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openfl-tutorials/experimental/104_Keras_MNIST_with_CPU.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"source": [
"#Install openfl and required packages for the workflow APIs to function\n",
"%pip install git+https://github.com/securefederatedai/openfl.git\n",
"#%pip install -r workflow_interface_requirements.txt\n",
"%pip install -r workflow_interface_requirements.txt\n",
"\n",
"#Install Tensorflow to access Keras\n",
"%pip install tensorflow==2.17\n",
"\n",
"# Uncomment this if running in Google Colab and set USERNAME if running in docker container.\n",
"%pip install -r https://raw.githubusercontent.com/intel/openfl/develop/openfl-tutorials/experimental/workflow_interface_requirements.txt\n",
"import os\n",
"os.environ[\"USERNAME\"] = \"colab\""
"# %pip install -r https://raw.githubusercontent.com/intel/openfl/develop/openfl-tutorials/experimental/workflow_interface_requirements.txt\n",
"# import os\n",
"# os.environ[\"USERNAME\"] = \"colab\""
]
},
{
Expand Down

0 comments on commit 2212479

Please sign in to comment.