Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannica committed Nov 25, 2024
1 parent 03f2ea7 commit 0ec1fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setup: remote-login
setup:
{%- endif %}
pip install -r requirements.txt
zenml integration install aws sklearn mlflow slack evidently kubeflow kubernetes -y
zenml integration install aws sklearn mlflow slack evidently kubernetes -y

install-stack-local:
@echo "Specify stack name [$(stack_name)]: " && read input && [ -n "$$input" ] && stack_name="$$input" || stack_name="$(stack_name)" && \
Expand Down
1 change: 1 addition & 0 deletions template/constants/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# {% include 'template/license_header' %}

0 comments on commit 0ec1fe9

Please sign in to comment.