Skip to content

Commit 34b409f

Browse files
committed
📝 Docs: update docker image name on README
1 parent 715081b commit 34b409f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ logs/
118118
vuegen/logs/
119119
streamlit_report/
120120
quarto_report/
121+
output_docker/
121122

122123
# VS Code
123124
.DS_Store

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ Instead of installing VueGen locally, you can run it directly from a Docker cont
129129
```bash
130130
docker run --rm \
131131
-v "$(pwd)/docs/example_data/Earth_microbiome_vuegen_demo_notebook:/home/appuser/Earth_microbiome_vuegen_demo_notebook" \
132-
-v "$(pwd)/output_docker:/home/appuser/quarto_report" \
133-
quay.io/dtu_biosustain_dsp/vuegen:docker --directory /home/appuser/Earth_microbiome_vuegen_demo_notebook --report_type streamlit
132+
-v "$(pwd)/output_docker:/home/appuser/streamlit_report" \
133+
quay.io/dtu_biosustain_dsp/vuegen:v0.3.1-docker --directory /home/appuser/Earth_microbiome_vuegen_demo_notebook --report_type streamlit
134134
```
135135

136136
## GUI

0 commit comments

Comments
 (0)