Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Jan 16, 2023
1 parent 326fe46 commit cd44542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/user/howto/train-model-remotely.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ We can also check rclone is correctly configured with:

.. code-block:: console
rclone about rshare:
$ rclone about rshare:
which should output your used space in Nextcloud.

Expand All @@ -127,7 +127,7 @@ Now that you dataset is mounted, we will run DEEPaaS to interactively run the tr

.. code-block:: console
$ nohup deepaas-run --listen-ip 0.0.0.0 &
$ nohup deep-start --deepaas &
The ``&`` will keep your command running even if you close the terminal, and ``nohup`` will produce a log file
``nohup.out`` that you can always look at if you want to know what is going on under the hood.
Expand Down

0 comments on commit cd44542

Please sign in to comment.