Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhatt21 committed Feb 16, 2025
1 parent 7c7bb5a commit f14049f
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 258 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ __pycache__/*.lock
**.lock
**__pycache__**
.idea/
.vscode/
.vscode/
dist/
Empty file removed src/cli/iluvatar_cli/__init__.py
Empty file.
68 changes: 0 additions & 68 deletions src/cli/iluvatar_cli/cli.py

This file was deleted.

74 changes: 0 additions & 74 deletions src/cli/iluvatar_cli/docker_builder.py

This file was deleted.

Empty file.
33 changes: 0 additions & 33 deletions src/cli/iluvatar_cli/runtime_handler/base.py

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions src/cli/iluvatar_cli/runtime_handler/python/config.py

This file was deleted.

34 changes: 0 additions & 34 deletions src/cli/iluvatar_cli/runtime_handler/python/handler.py

This file was deleted.

29 changes: 0 additions & 29 deletions src/cli/iluvatar_cli/runtime_handler/python/validator.py

This file was deleted.

15 changes: 0 additions & 15 deletions src/cli/setup.py

This file was deleted.

3 changes: 2 additions & 1 deletion src/docker_to_iluvatar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This will:
Ensure a requirements.txt (or equivalent) file exists, creating an empty one if missing.

### Build and Push to a Private Docker Registry
```sh
```sh
ilubuild --function-dir my_function \
--docker-user myusername \
--docker-pass mypassword \
Expand Down Expand Up @@ -73,3 +73,4 @@ docker login -u myusername -p mypassword docker.io




0 comments on commit f14049f

Please sign in to comment.