You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by ol...@apache.org on 2022/03/17 10:44:15 UTC

[incubator-datalab] branch gcp-conda updated: fixed indent

This is an automated email from the ASF dual-hosted git repository.

olehmykolaishyn pushed a commit to branch gcp-conda
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/gcp-conda by this push:
     new 58792b4  fixed indent
58792b4 is described below

commit 58792b4aa0f14e3632dde0352b882f38c2901e20
Author: oleh_mykolaishyn <ow...@gmail.com>
AuthorDate: Thu Mar 17 12:44:01 2022 +0200

    fixed indent
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index db96ebf..9ff3147 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -412,7 +412,7 @@ def ensure_pytorch(os_user, gpu=True):
                                                  'torchaudio==0.10.0+cu111 -f '
                                                  'https://download.pytorch.org/whl/cu111/torch_stable.html')
             else:
-            datalab.fab.install_venv_pip_pkg('torch==1.10.2+cu113 torchvision==0.11.3+cu113 '
+                datalab.fab.install_venv_pip_pkg('torch==1.10.2+cu113 torchvision==0.11.3+cu113 '
                                                   'torchaudio==0.10.2+cu113 -f '
                                                   'https://download.pytorch.org/whl/cu113/torch_stable.html')
         else:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org