22
33## Building Docker Images
44
5- ### Build for Current Version (0.3.4.2 )
5+ ### Build for Current Version (0.3.5 )
66
77``` bash
88# Build the image (run from qtl/ root directory, not qtl/docker/)
99docker build -t " saigeqtl" -f docker/Dockerfile .
1010
1111# Tag with both version number and latest
12- docker tag saigeqtl wzhou88/saigeqtl:0.3.4.2
12+ docker tag saigeqtl wzhou88/saigeqtl:0.3.5
1313docker tag saigeqtl wzhou88/saigeqtl:latest
1414
1515# Push both tags to Docker Hub
16- docker push wzhou88/saigeqtl:0.3.4.2
16+ docker push wzhou88/saigeqtl:0.3.5
1717docker push wzhou88/saigeqtl:latest
1818```
1919
@@ -41,7 +41,7 @@ docker push wzhou88/saigeqtl:latest
4141
4242``` bash
4343# Test version-specific tag
44- docker run --rm wzhou88/saigeqtl:0.3.4.2 step1_fitNULLGLMM_qtl.R --help
44+ docker run --rm wzhou88/saigeqtl:0.3.5 step1_fitNULLGLMM_qtl.R --help
4545
4646# Test latest tag
4747docker run --rm wzhou88/saigeqtl:latest step1_fitNULLGLMM_qtl.R --help
@@ -53,7 +53,7 @@ docker run --rm wzhou88/saigeqtl:latest pixi run R -e "library(SAIGEQTL); packag
5353## Available Tags
5454
5555- ` wzhou88/saigeqtl:latest ` - Always points to the most recent stable release
56- - ` wzhou88/saigeqtl:0.3.4.2 ` - Specific version 0.3.4.2 (current stable, adds --solverMethod flag)
56+ - ` wzhou88/saigeqtl:0.3.5 ` - Specific version 0.3.5 (current stable, adds --solverMethod flag)
5757- ` wzhou88/saigeqtl:0.3.4 ` - Previous version 0.3.4
5858- ` wzhou88/saigeqtl:0.3.2 ` - Previous version 0.3.2
5959
0 commit comments