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 32722cd
Show file tree
Hide file tree
Showing 12 changed files with 6 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.

5 changes: 4 additions & 1 deletion src/docker_to_iluvatar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pip install ilubuild

## Usage

```sh
Usage: ilubuild [OPTIONS]

CLI tool to build a Docker runtime for FaaS.
Expand All @@ -29,6 +30,7 @@ Options:
--gpu Use GPU base image.
--help Show this message and exit.

```
## Examples

Assuming your function is in a directory called my_function/, you can build a Docker image with:
Expand All @@ -40,7 +42,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 +75,4 @@ docker login -u myusername -p mypassword docker.io




0 comments on commit 32722cd

Please sign in to comment.