Skip to content
Snippets Groups Projects
Commit e833149b authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

keras3: Add gradio

parent f56023cd
Branches
Tags
1 merge request!33keras3: Add gradio
...@@ -85,6 +85,8 @@ RUN mamba install --yes \ ...@@ -85,6 +85,8 @@ RUN mamba install --yes \
# umap + hdbscan # umap + hdbscan
'umap-learn' \ 'umap-learn' \
'hdbscan' \ 'hdbscan' \
# gradio
'gradio' \
# optuna + plotly # optuna + plotly
'optuna' \ 'optuna' \
'plotly' \ 'plotly' \
......
...@@ -36,6 +36,8 @@ RUN mamba install --yes \ ...@@ -36,6 +36,8 @@ RUN mamba install --yes \
# umap + hdbscan # umap + hdbscan
'umap-learn' \ 'umap-learn' \
'hdbscan' \ 'hdbscan' \
# gradio
'gradio' \
# optuna + plotly # optuna + plotly
'optuna' \ 'optuna' \
'plotly' \ 'plotly' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment