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

Commit

Permalink
fix deepaas command
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Dec 16, 2022
1 parent 2a65ace commit 0ccd245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/user/overview/dashboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This allow a user to select:

We do not provide the option to run both services at the same time as code changes performed subsequently via JupyterLab wouldn't be
reflected in DEEPaaS (which is launched with the initial code), thus potentially leading to confusions.
If you want to have access to both services, launch JupyterLab then run ``deepaas-run --listen-ip 0.0.0.0`` in a terminal window to launch DEEPaaS.
If you want to have access to both services, launch JupyterLab then run ``deep-start --deepaas`` in a terminal window to launch DEEPaaS.
If you make subsequent code changes, you will have to kill the old DEEPaaS process and launch a new one.

Click ``Submit`` and you will be redirected to the page listing all the current deployments.
Expand Down

0 comments on commit 0ccd245

Please sign in to comment.