@@ -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.12_cpu
23+ -it fracpete/pww3:0.2.13_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.12_cpu
32+ -it fracpete/pww3:0.2.13_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.12_cuda10 .2
43+ -it fracpete/pww3:0.2.13_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,7 +49,7 @@ 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.12_cuda10 .2
52+ -it fracpete/pww3:0.2.13_cuda10 .2
5353
5454
5555 Additional Weka packages
@@ -75,11 +75,11 @@ script:
7575
7676
7777 A minimal ``Dockerfile `` (in the same directory as ``install_packages.py ``) then looks
78- like this (using pww3 0.2.12 for CPU):
78+ like this (using pww3 0.2.13 for CPU):
7979
8080::
8181
82- FROM fracpete/pww3:0.2.12_cpu
82+ FROM fracpete/pww3:0.2.13_cpu
8383 COPY install_packages.py /workspace/install_packages.py
8484 RUN python3 /workspace/install_packages.py
8585
0 commit comments