You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also add ```--gpus all``` as an option to enable GPU capabilities.
@@ -99,8 +99,8 @@ This will run a container providing an http API binded on the host HOST_SERVING_
99
99
100
100
101
101
### Micro-service
102
-
>LinTO-platform-punctuation can be deployed as a microservice. Used this way, the container spawn celery workers waiting for punctuation tasks on a dedicated task queue.
103
-
>LinTO-platform-punctuation in task mode requires a configured REDIS broker.
102
+
>LinTO-Punctuation can be deployed as a microservice. Used this way, the container spawn celery workers waiting for punctuation tasks on a dedicated task queue.
103
+
>LinTO-Punctuation in task mode requires a configured REDIS broker.
104
104
105
105
You need a message broker up and running at MY_SERVICE_BROKER. Instance are typically deployed as services in a docker swarm using the docker compose command:
0 commit comments