|
@@ -36,10 +36,15 @@ docker container run -t --mount source=vol1,target=/analysis --name=LS1 lettersi
|
|
|
|
|
|
#### Run Script Interactively
|
|
|
|
|
|
-Alternatively, you can run scripts interactively, e.g.:
|
|
|
+Alternatively, you can run scripts interactively, e.g. start an interactive shell:
|
|
|
|
|
|
-```
|
|
|
+```sh
|
|
|
docker container run -it --mount source=vol1,target=/analysis --name=LSINT lettersim bash
|
|
|
+```
|
|
|
+
|
|
|
+And then run a script through `run.sh`:
|
|
|
+
|
|
|
+```sh
|
|
|
./run.sh 01_get_corpus_model_rdms.py
|
|
|
```
|
|
|
|