File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,35 +11,35 @@ docker build -f Dockerfile-base -t biop-vnc-base:0.2.2 . --no-cache
1111## build
1212
1313```
14- docker build -f Dockerfile-ms -t biop-desktop:0.2.0 .
14+ docker build -f Dockerfile-ms -t biop-desktop:0.2.1 .
1515```
1616
1717## start to test (see below)
1818
1919```
20- docker run -it --rm -p 8888:8888 --gpus device=0 --mount src=D:/,target=/home/biop/local,type=bind biop-napari :0.5.6
20+ docker run -it --rm -p 8888:8888 --gpus device=0 --mount src=D:/,target=/home/biop/local,type=bind biop-desktop :0.2.1
2121```
2222
2323## To test on RCP cluster
2424```
25- docker tag biop-desktop:0.2.0 registry.rcp.epfl.ch/ptbiop/biop-desktop:0.2.0
25+ docker tag biop-desktop:0.2.1 registry.rcp.epfl.ch/ptbiop/biop-desktop:0.2.1
2626```
2727
2828```
29- docker push registry.rcp.epfl.ch/ptbiop/biop-desktop:0.2.0
29+ docker push registry.rcp.epfl.ch/ptbiop/biop-desktop:0.2.1
3030```
3131
3232## after testing pass, tag
3333```
34- docker tag biop-desktop:0.2.0 biop/biop-desktop:0.2.0
34+ docker tag biop-desktop:0.2.1 biop/biop-desktop:0.2.1
3535```
3636
3737## push on dockerhub
3838```
39- docker push biop/biop-desktop:0.2.0
39+ docker push biop/biop-desktop:0.2.1
4040```
4141
42- # TEST 0.2.0
42+ # TEST 0.2.1
4343[ x] omero-insight
4444[ x] vscode
4545[ x] jupyterlab
@@ -58,4 +58,5 @@ docker push biop/biop-desktop:0.2.0
5858[ x] brainrender starts
5959[ x] brainrender load mouse atlas
6060[ x] cellprofiler starts
61- [ x] ilastik starts
61+ [ x] ilastik starts
62+ [ x] yolo prediction on blobs
You can’t perform that action at this time.
0 commit comments