Я не эксперт и никогда не использовал snapcraft
, поэтому просто гипотеза здесь. Kedro- Docker предоставляет только специфичные для проекта c команды, которые не будут отображаться, если вы не находитесь в root проекта. Поэтому, если вы запустите kedro new
, а затем cd <project-dir> && kedro
, вы должны (в идеале) увидеть группу команд docker
:
Global commands from Kedro
Commands:
docs See the kedro API docs and introductory tutorial.
info Get more information about kedro.
new Create a new kedro project.
Project specific commands from Docker
Commands:
docker Dockerize your Kedro project.
Project specific commands from <project-dir>/kedro_cli.py
Commands:
activate-nbstripout Install the nbstripout git hook to automatically...
build-docs Build the project documentation.
build-reqs Build the project dependency requirements.
install Install project dependencies from both...
ipython Open IPython with project specific variables loaded.
jupyter Open Jupyter Notebook / Lab with project specific...
lint Run flake8, isort and (on Python >=3.6) black.
package Package the project as a Python egg and wheel.
run Run the pipeline.
test Run the test suite.