ff541be7a0
* WIP #990 initial commit of dockerfiles * WIP #990 Everything but CMD working * Added deepforge config, added torch install * Updated the comment describing the image * WIP Added cuda worker docker image * WIP #990 Added wget and blob configuration * WIP #990 Fixed worker connection dockerfile * WIP #990 Fixed docker image issues * WIP #990 Reuse the node_modules directory * WIP #990 Reuse node modules in docker image * WIP #990 Added entrypoint and cmd files * WIP #990 Updated the standalone image * WIP #990 Removed standalone docker file This should be replaced with something like docker compose instead * WIP #990 Added deployment instructions * WIP #990 Added additional comments about volumes, gpu
41 linhas
938 B
ReStructuredText
41 linhas
938 B
ReStructuredText
.. DeepForge documentation master file, created by
|
|
sphinx-quickstart on Mon Mar 13 18:56:27 2017.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to DeepForge's documentation!
|
|
=====================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Getting Started
|
|
|
|
getting_started/getting_started.rst
|
|
getting_started/quick_start.rst
|
|
getting_started/hello_cifar.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Fundamentals
|
|
|
|
fundamentals/custom_operations.rst
|
|
fundamentals/custom_layers.rst
|
|
fundamentals/custom_data_types.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Deployment
|
|
|
|
deployment/overview.rst
|
|
deployment/native.rst
|
|
deployment/dockerized.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Reference
|
|
|
|
reference/cli.rst
|
|
reference/configuration.rst
|
|
reference/operation_feedback.rst
|
|
reference/extensions.rst
|