We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8106a25 commit 69e5fbdCopy full SHA for 69e5fbd
group_composition_plot/Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:3-slim
2
+
3
+RUN pip install dash_bootstrap_components numpy
4
5
+WORKDIR /script/
6
7
+ADD interactive_RSE_comp_plot.py .
8
9
+CMD python interactive_RSE_comp_plot.py
0 commit comments