在 Docker 中添加新的数据库驱动程序
我正在尝试根据指令安装驱动程序pymssql: https://superset.apache.opache.org.org/databases/databases/databases/databases/databases/databases/database/database/database/database/database/database/database/databas, -Drivers/ 我不明白在哪里创建文件需求local.txt。什么是./docker? 当我进行Docker-Compose build-force-rm
在目录中docker-compose.yml
它重建旧容器。
I'm trying to install the driver pymssql according to the instruction:
https://superset.apache.org/docs/databases/docker-add-drivers/
I didn't understand where to create the file requirements-local.txt. What is ./docker?
When i do docker-compose build --force-rm
in the directory where it is docker-compose.yml
it rebuilds old containers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该教程假设您在Superset GitHub存储库的克隆中。
./docker指此文件夹 在超级储备库中
应该在
pythonpath_dev
目录中创建需求文件The tutorial is assuming you are inside a clone of the superset github repo.
./docker refers to this folder present inside the superset repo
So, you are supposed to create a requirements file in the
pythonpath_dev
directory present in it