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 19, 2023
1 parent ba9cda8 commit 0eb6bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/user/howto/develop-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Once this is done, check that DEEPaaS is interfacing correctly by running:

.. code-block:: console
$ deep-start --deepaas
$ deepaas-run --listen-ip 0.0.0.0
Your module should be visible in http://0.0.0.0:5000/ui .
If you don't see your module, you probably messed the ``api.py`` file.
Expand Down Expand Up @@ -131,7 +131,7 @@ You need to modify the following files according to your needs:
.. code-block:: console
$ docker build --no-cache -t your_project .
$ docker run -ti -p 5000:5000 -p 6006:6006 -p 8888:8888 your_project #
$ docker run -ti -p 5000:5000 -p 6006:6006 -p 8888:8888 your_project
Your module should be visible in http://0.0.0.0:5000/ui .
You can make a POST request to the ``predict`` method to check everything is working as intended.
Expand Down

0 comments on commit 0eb6bd4

Please sign in to comment.