Hi, caesarnine. Thanks for sharing your methods and codes , data-science-docker-template.
I add a python package named jieba in environment.yml and build and run the jupyterlab in docker following your ways.
But I noticed that ,the package jieba can not be installed by conda ,cause it is third party package.
Are there ways that install the third party packages that cannot be installed by conda when using command docker-compose build
Hi, caesarnine. Thanks for sharing your methods and codes , data-science-docker-template.
I add a python package named jieba in environment.yml and build and run the jupyterlab in docker following your ways.
But I noticed that ,the package jieba can not be installed by conda ,cause it is third party package.
Are there ways that install the third party packages that cannot be installed by conda when using command
docker-compose build