Skip to content

Commit

Permalink
Update PERIAN docs and example template Dockerfile LABEL format
Browse files Browse the repository at this point in the history
  • Loading branch information
otarabai committed Oct 10, 2024
1 parent 7866472 commit cc886e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _example_template/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.8-slim-buster
LABEL org.opencontainers.image.source https://github.com/flyteorg/flytesnacks
LABEL org.opencontainers.image.source=https://github.com/flyteorg/flytesnacks

WORKDIR /root
ENV VENV /opt/venv
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ constructs natively within other orchestration tools.
/auto_examples/openai_batch_agent/index
/auto_examples/papermill_plugin/index
/auto_examples/pandera_plugin/index
/auto_examples/perian_agent/index
/auto_examples/kfpytorch_plugin/index
/auto_examples/ray_plugin/index
/auto_examples/sagemaker_inference_agent/index
Expand Down
2 changes: 1 addition & 1 deletion examples/perian_agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.8-slim-buster
LABEL org.opencontainers.image.source https://github.com/flyteorg/flytesnacks
LABEL org.opencontainers.image.source=https://github.com/flyteorg/flytesnacks

WORKDIR /root
ENV VENV /opt/venv
Expand Down
4 changes: 2 additions & 2 deletions examples/perian_agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PERIAN Job Platform Agent

Flyte Agent plugin for executing Flyte tasks on PERIAN Job Platform (perian.io). PERIAN allows the serverless execution of any task on servers aggregated from multiple cloud providers.
The PERIAN Flyte Agent enables you to execute Flyte tasks on the [PERIAN Sky Platform](https://perian.io/). PERIAN allows the execution of any task on servers aggregated from multiple cloud providers.

Example usage:

Expand All @@ -16,6 +16,6 @@ def perian_hello(name: str) -> str:

To get started with PERIAN, see the [PERIAN documentation](https://perian.io/docs/overview) and the [PERIAN Flyte Agent documentation](https://perian.io/docs/flyte-getting-started).

## Agent Setup
## Agent setup

Consult the [PERIAN Flyte Agent setup guide](https://perian.io/docs/flyte-setup-guide).

0 comments on commit cc886e6

Please sign in to comment.