Skip to content

Commit

Permalink
upgrade: service v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsDemetrio authored and ThisIsDemetrio committed May 9, 2024
1 parent b0a8108 commit 0f7d423
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.1.1 - 2024-05-09

### Added

- first template implementation
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ RUN pip install --upgrade pip
RUN pip install -r requirements.txt

ARG COMMIT_SHA=<not-specified>
RUN echo "mia_template_service_name_placeholder: $COMMIT_SHA" >> ./commit.sha
RUN echo "ai-rag-template: $COMMIT_SHA" >> ./commit.sha

LABEL maintainer="%CUSTOM_PLUGIN_CREATOR_USERNAME%" \
name="mia_template_service_name_placeholder" \
name="ai-rag-template" \
description="%CUSTOM_PLUGIN_SERVICE_DESCRIPTION%" \
eu.mia-platform.url="https://www.mia-platform.eu" \
eu.mia-platform.version="0.1.0"
eu.mia-platform.version="0.1.1"

USER python

Expand Down

0 comments on commit 0f7d423

Please sign in to comment.