Hello Docker

less than 1 minute read

I decided to use Docker to manage my development environments (I use Ubuntu 20.04.02 LTS.).

Containers in Ubuntu PC

The following containers have been used and managed.

Pytorch

  • librosa
root@be71fefc764b:/ workspace # pip install librosa
root@be71fefc764b:/ workspace # apt-get update
root@be71fefc764b:/ workspace # apt-get install libsndfile1
root@be71fefc764b:/ workspace # apt-get install ffmpeg

Tags:

Categories:

Updated: