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

Merge branch 'development' into 'master'

keras3: Add gradio

See merge request !33
parents ea6ff391 e833149b
Branches
No related tags found
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