From e26000737c4ebab4c7565d2358cffeb2fa7346ec Mon Sep 17 00:00:00 2001 From: Dustin H Date: Thu, 10 Aug 2023 14:25:50 -0400 Subject: [PATCH] fix comment --- tpu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpu/Dockerfile b/tpu/Dockerfile index a6fc964b..b60d7b8b 100644 --- a/tpu/Dockerfile +++ b/tpu/Dockerfile @@ -31,7 +31,7 @@ ADD patches/kaggle_datasets.py /root/.local/lib/python3.8/site-packages/kaggle_d # sitecustomize adds significant latency to ipython kernel startup and should only be added if needed # ADD patches/sitecustomize.py /root/.local/lib/python3.8/site-packages/sitecustomize.py -# Install them all the following together for maximum compatibility. +# Install all the packages together for maximum compatibility. # Install Tensorflow.