Skip to content

Commit

Permalink
No longer needed if using the update-index
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgleason committed Sep 11, 2024
1 parent a1fff2a commit 172f8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
.env
*.iml
container_logs.txt
__pycache__/
k8s/ephemeral_machine.yaml
__pycache__/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DOCKER_REPO_NAME := $(if $(DOCKER_REPO_URL),$(DOCKER_REPO_URL),my-eidolon-projec
VERSION := $(shell grep -m 1 '^version = ' pyproject.toml | awk -F '"' '{print $$2}')
REQUIRED_ENVS := OPENAI_API_KEY

.PHONY: serve serve-dev check docker-serve _docker-serve .env sync update docker-build docker-push pull-webui k8s-operator check-kubectl check-helm check-cluster-running verify-k8s-permissions check-install-operator k8s-serve k8s-env
.PHONY: serve serve-dev check docker-serve _docker-serve .env sync update docker-build docker-push pull-webui k8s-operator check-kubectl check-helm check-cluster-running verify-k8s-permissions check-install-operator k8s-serve k8s-env test

ARGS ?=

Expand Down

0 comments on commit 172f8c1

Please sign in to comment.