Skip to content

Commit 4a37418

Browse files
authored
Added 'how to change Python version'
1 parent 9f7f399 commit 4a37418

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sample-extractors/wordcount/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ docker run -t -i --rm --net clowder_clowder -e "RABBITMQ_URI=amqp://guest:guest@
2222

2323
Then open the Clowder web app and run the wordcount extractor on a .txt file (or similar)! Done.
2424

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:
2630

2731
- `--net` links the extractor to the Clowder Docker network (run `docker network ls` to identify your own.)
2832
- `-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

Comments
 (0)