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

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio committed Jan 11, 2019
2 parents 626c803 + e51c901 commit c9c07ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
25 changes: 6 additions & 19 deletions source/user/howto/try-model-remotely.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ Try a model remotely
********************


1. Get Docker
-------------

The first step is having `Docker <https://www.docker.com>`_ installed. To have an up-to-date installation please follow
the `official Docker installation guide <https://docs.docker.com/install>`_.


2. Search for a model in the marketplace
1. Search for a model in the marketplace
----------------------------------------

The next step is to look for a model
in the `DEEP Open Catalog marketplace <https://marketplace.deep-hybrid-datacloud.eu/>`_
you want to try locally.
you want to try remotely.
The marketplace contains an extensible list of existing models e.g.
`DEEP OC Image Classification <https://marketplace.deep-hybrid-datacloud.eu/models/deep-oc-image-classification-tensorflow.html>`_,
`DEEP OC Retinopathy <https://marketplace.deep-hybrid-datacloud.eu/models/deep-oc-retinopathy.html>`_,
Expand All @@ -29,24 +23,17 @@ The marketplace contains an extensible list of existing models e.g.
and many more.


3. Get the model
2. Prepare your TOSCA file
----------------

You will find that each model has an associate Docker container in DockerHub
`DEEP OC Image Classification <https://marketplace.deep-hybrid-datacloud.eu/models/deep-oc-image-classification-tensorflow.html>`_
is associated with `deephdc/deep-oc-image-classification-tf <https://hub.docker.com/r/deephdc/deep-oc-image-classification-tf>`_,
`DEEP OC Massive Online Data Streams <https://marketplace.deep-hybrid-datacloud.eu/models/deep-oc-massive-online-data-streams.html>`_
is associated with `deephdc/deep-oc-mods <https://hub.docker.com/r/deephdc/deep-oc-mods>`_, etc.


Let call the model you selected ``deep-oc-model_of_interest``.
Please, download the container with:

::

$ docker pull deephdc/deep-oc-model_of_interest


4. Run the model
3. Run the model
----------------

Run the container with:
Expand Down
1 change: 0 additions & 1 deletion source/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ If you want a quickstart guide, please check the following link.

quickstart


.. raw:: html

<h2>Overview</h2>
Expand Down

0 comments on commit c9c07ca

Please sign in to comment.