Skip to content

Commit

Permalink
Merge branch 'issue29_solved' into 'master'
Browse files Browse the repository at this point in the history
Issue29 solved

Closes #29

See merge request pml/x_timecluster_extension!16
  • Loading branch information
luisgasco committed Dec 15, 2020
2 parents c6851fe + b49e16c commit e2e19f6
Show file tree
Hide file tree
Showing 11 changed files with 6,037 additions and 3,375 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-rstudio
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN R -e "install.packages(c('dygraphs', 'shinycssloaders'))"
ENV RETICULATE_MINICONDA_PATH=/usr/local/share/r-miniconda
RUN R -e "reticulate::install_miniconda()"

RUN R -e "reticulate::py_install(c('pandas','wandb'), pip = TRUE, pip_options=c('--upgrade'))"
RUN R -e "reticulate::py_install(c('pandas','wandb','hdbscan'), pip = TRUE, pip_options=c('--upgrade'))"
Loading

0 comments on commit e2e19f6

Please sign in to comment.