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
Then open the Clowder web app and run the wordcount extractor on a .txt file (or similar)! Done.
24
24
25
-
### Details
25
+
### Python and Docker details
26
+
27
+
You may use any version of Python 3. Simply edit the first line of the `Dockerfile`, by default it uses `FROM python:3.8`.
28
+
29
+
Docker flags:
26
30
27
31
-`--net` links the extractor to the Clowder Docker network (run `docker network ls` to identify your own.)
28
32
-`-e RABBITMQ_URI=` sets the environment variables can be used to control what RabbitMQ server and exchange it will bind itself to. Setting the `RABBITMQ_EXCHANGE` may also help.
0 commit comments