@@ -20,7 +20,7 @@ For using the image interactively, you can run the following command:
2020.. code-block :: bash
2121
2222 docker run -u $( id -u) :$( id -g) \
23- -it fracpete/pww3:0.2.8_cpu
23+ -it fracpete/pww3:0.2.9_cpu
2424
2525 Instead of having to reinstall your packages each time you start up the container,
2626you can map your local Weka packages into the container as follows:
@@ -29,7 +29,7 @@ you can map your local Weka packages into the container as follows:
2929
3030 docker run -u $( id -u) :$( id -g) \
3131 -v $HOME /wekafiles/:/workspace/wekafiles \
32- -it fracpete/pww3:0.2.8_cpu
32+ -it fracpete/pww3:0.2.9_cpu
3333
3434
3535 GPU
@@ -40,7 +40,7 @@ For using the image interactively, you can run the following command:
4040.. code-block :: bash
4141
4242 docker run --gpus=all -u $( id -u) :$( id -g) \
43- -it fracpete/pww3:0.2.8_cuda10 .2
43+ -it fracpete/pww3:0.2.9_cuda10 .2
4444
4545 Instead of having to reinstall your packages each time you start up the container,
4646you can map your local Weka packages into the container as follows:
@@ -49,4 +49,4 @@ you can map your local Weka packages into the container as follows:
4949
5050 docker run --gpus=all -u $( id -u) :$( id -g) \
5151 -v $HOME /wekafiles/:/workspace/wekafiles \
52- -it fracpete/pww3:0.2.8_cuda10 .2
52+ -it fracpete/pww3:0.2.9_cuda10 .2
0 commit comments