Skip to content

Commit

Permalink
host
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWittner committed Dec 9, 2023
1 parent 17f43da commit 16a1ade
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"\n",
"# for this tutorial, we need to install MLflow.\n",
"!pip install mlflow\n",
"!mlflow server --host 127.0.0.1 --port 8080\n",
"\n",
"if \"google.colab\" in str(get_ipython()):\n",
" # uninstall preinstalled packages from Colab to avoid conflicts\n",
Expand Down

0 comments on commit 16a1ade

Please sign in to comment.