Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/pre-commit.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/pre-commit_prek.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Pre-commit (Prek)

on: [push]

jobs:
prek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: j178/prek-action@v1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
args: [-L, passt, -w]
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# robolab_mlops

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![prek](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json)](https://github.com/j178/prek)

Collection of all services used in Robotics Laboratory (mainly for the [Aegis robot](https://github.com/AGH-CEAI/aegis_ros)).

## List of services with their default ports
Expand Down
14 changes: 7 additions & 7 deletions clearml/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
command:
- apiserver
container_name: clearml-apiserver
image: clearml/server:latest
image: clearml/server:2.4.0
restart: unless-stopped
volumes:
- ${VOLUMES_ROOT}/clearml/logs:/var/log/clearml
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
nofile:
soft: 65536
hard: 65536
image: elasticsearch:8.17.0
image: elasticsearch:8.19.9
restart: unless-stopped
volumes:
- ${VOLUMES_ROOT}/clearml/data/elastic_7:/usr/share/elasticsearch/data
Expand All @@ -78,7 +78,7 @@ services:
command:
- fileserver
container_name: clearml-fileserver
image: clearml/server:latest
image: clearml/server:2.4.0
environment:
CLEARML__fileserver__delete__allow_batch: "true"
restart: unless-stopped
Expand All @@ -96,7 +96,7 @@ services:
extra_hosts:
- "geonosis:192.168.0.100"
container_name: clearml-mongo
image: mongo:7.0.22
image: mongo:8.0.15
restart: unless-stopped
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
volumes:
Expand All @@ -120,7 +120,7 @@ services:
container_name: clearml-webserver
# environment:
# CLEARML_SERVER_SUB_PATH : clearml-web # Allow Clearml to be served with a URL path prefix.
image: clearml/server:latest
image: clearml/server:2.4.0
restart: unless-stopped
depends_on:
- apiserver
Expand All @@ -140,7 +140,7 @@ services:
- elasticsearch
- fileserver
container_name: clearml-async_delete
image: clearml/server:latest
image: clearml/server:2.4.0
networks:
- backend
extra_hosts:
Expand Down Expand Up @@ -171,7 +171,7 @@ services:
extra_hosts:
- "geonosis:192.168.0.100"
container_name: clearml-agent-services
image: clearml/clearml-agent-services:latest
image: clearml/clearml-agent-services:1.3.6
deploy:
restart_policy:
condition: on-failure
Expand Down