studio-lab-examples icon indicating copy to clipboard operation
studio-lab-examples copied to clipboard

apt install extra libraries to run machine learning libraries

Open icoxfog417 opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. As a machine learning developer, needs to install some libraries that require apt install.
This is the portal issue that summarize the requests from various GitHub issues.

  • [ ] vim: #40
    • It is required to use vim for editor.
  • [ ] XeLaTeX: #107
    • It is required to convert notebook to PDF.
    • The lack of XeLaTeX causes 500 : Internal Server Error when export notebook as PDF.
  • [ ] local-gen: #111
    • It is required to localize the installed database.
  • [ ] libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig: #124
    • There are required to run OpenAI-Gym in notebook.
  • [ ] libsndfile1-dev: #20
  • [ ] graphviz: #95
    • It is required to draw the graph. For example, the decision tree visualization in scikit-learn.
    • We can use conda package to install graphviz: conda install -c conda-forge python-graphviz
  • [ ] zip
    • It is required to archive by zip format.
    • We can archive by tar command to archive file.

Describe the solution you'd like The above libraries especially the libraries that have no alternative in conda should be installed as default.

Describe alternatives you've considered We can install by conda if libraries are available in conda-forge.

Additional context None

icoxfog417 avatar Jun 26 '22 06:06 icoxfog417

Customers would like zip utility, or the ability to install zip using apt. +1 to libsndfile1

durgasury avatar Jun 30 '22 14:06 durgasury

@icoxfog417 Thank you. It helped me a lot!

bariscankurtkaya avatar Jul 01 '22 15:07 bariscankurtkaya

@durgasury Thank you for the suggestion. I added the zip to the list. @bariscankurtkaya Thank you for you feedback! if you have the opinions about the priority of above libraries, please let us know.

icoxfog417 avatar Jul 02 '22 02:07 icoxfog417