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

Commit

Permalink
Comment from Alvaro included
Browse files Browse the repository at this point in the history
  • Loading branch information
laramaktub committed Jan 14, 2019
1 parent bf1f474 commit 6fba9b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
7 changes: 2 additions & 5 deletions source/user/howto/develop-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,8 @@ The simplest Dockerfile could look like this::
python -m pip install -e . && \
cd ..

#Download and install DEEPaaS API
RUN git clone https://github.com/indigo-dc/DEEPaaS.git && \
cd DEEPaaS && \
python -m pip install -U . && \
cd ..
#Install DEEPaaS
pip install deepaas

# Install rclone
RUN wget https://downloads.rclone.org/rclone-current-linux-amd64.deb && \
Expand Down
10 changes: 4 additions & 6 deletions source/user/overview/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ For more information have a look at the `marketplace <https://marketplace.deep-h
The API
=======

The DEEPaaS API is a key component for making the modules accessible to everybody. It provides a graphical interface that the
user can take advantage of to easily interact with the module. It is available for both inference and training. Advanced users
that want to create new modules can make them :ref:`compatible with the API <user/overview/api:Integrate your model with the API>`
to make them available to the whole community.
The DEEPaaS API is a key component for making the modules accessible to everybody. It is available for both inference and training. Advanced users that want to create new modules can make them :ref:`compatible with the API <user/overview/api:Integrate your model with the API>`
to make them available to the whole community. This can be easily done, with just some minor changes to the module itsef, since it only requires adding additional entry points.

For more information take a look on the full :doc:`API guide <api>`.

Expand All @@ -39,6 +37,6 @@ The storage resources
=====================

Storage is essential for user that want to create new services by training models on their custom data. For the moment we
support saving data into `DEEP-Nextcloud <https://nc.deep-hybrid-datacloud.eu>`_.
support saving data into `DEEP-Nextcloud <https://nc.deep-hybrid-datacloud.eu>`_. We are currently working on adding additional storage support, as well as more advanced features such as data caching, in cooperation with the `eXtreme-DataCloud <www.extreme-datacloud.eu>`_ project.

.. todo:: Check rclone integration with Dropbox and Google Drive
.. todo:: Check rclone integration with Dropbox and Google Drive
2 changes: 1 addition & 1 deletion source/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Run a module on DEEP Pilot Infrastructure
.. admonition:: Prerequisites

* `DEEP-IAM <https://iam.deep-hybrid-datacloud.eu/>`_ registration
* `oidc-agent <https://github.com/indigo-dc/oidc-agent/releases>`_ installed and configured for `DEEP-IAM <https://iam.deep-hybrid-datacloud.eu/>`_
* `oidc-agent <https://github.com/indigo-dc/oidc-agent/releases>`_ installed and configured for `DEEP-IAM <https://iam.deep-hybrid-datacloud.eu/>`_ (see :doc:`rclone howto <howto/oidc-agent>`).
* `orchent <https://github.com/indigo-dc/orchent/releases>`_ tool

If your are going to use `DEEP-Nextcloud <https://nc.deep-hybrid-datacloud.eu>`_ for storing you data you also have to:
Expand Down

0 comments on commit 6fba9b3

Please sign in to comment.