Skip to content

Commit

Permalink
Merge pull request #62 from climatepolicyradar/feature/pin-argilla-de…
Browse files Browse the repository at this point in the history
…ployment-version

Pin the argilla docker image version.
  • Loading branch information
THOR300 authored Mar 18, 2024
2 parents e49ebb2 + 9cc32ff commit dca3bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This repository contains the following documentation:
- [Main documentation](./docs/README.md)
- [Methodologies and metrics for each concept](./docs/concept-specific-methodologies/)

_Note: The notebooks may not work as they are only compatible with pydantic version 1.x._

## About Climate Policy Radar

Climate Policy Radar is a not-for-profit climate startup on a mission to organise, analyse and democratise data on climate law and policy using augmented intelligence – a human-centered partnership model of people and AI.
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.argilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:

argilla:
image: argilla/argilla-server:latest
image: argilla/argilla-server:v1.25.0
restart: unless-stopped
ports:
- "6900:6900"
Expand Down Expand Up @@ -52,4 +52,4 @@ networks:
argilla:
driver: bridge
volumes:
elasticdata:
elasticdata:

0 comments on commit dca3bd2

Please sign in to comment.