Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-OSD
Implementation of OSD-TMA
Commits
2ce8c0cd
Commit
2ce8c0cd
authored
Sep 30, 2024
by
Mattia Bergagio
Browse files
README.md: upd'ed commands
parent
f8b25449
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2ce8c0cd
# AI Framework
# AI Framework
Workflow: !
[
workflow
](
_pics/workflow.
j
pg
)
Workflow: !
[
workflow
](
_pics/workflow.p
n
g
)
Entity and context understanding: !
[
entities
](
_pics/entities.jpg
)
Entity and context understanding: !
[
entities
](
_pics/entities.jpg
)
...
@@ -21,8 +21,18 @@ Tested on NVIDIA GeForce RTX 3080.
...
@@ -21,8 +21,18 @@ Tested on NVIDIA GeForce RTX 3080.
## Docker commands
## Docker commands
Run
Run
```
bash
docker compose
--env-file
.env.template
-f
compose.yml build
--no-cache
docker compose
--env-file
.env.template
-f
compose.yml up rabbitmq_dc controller
-d
```
```
docker compose --env-file .env.template -f compose.yml up
To fix
```
Error while fetching server API version: ('Connection aborted.', PermissionError(13, 'Permission denied'))
```
run
```
sh
sudo chown
$USER
/var/run/docker.sock
```
```
## GPU drivers
## GPU drivers
...
...
_pics/workflow.jpg
deleted
100644 → 0
View file @
f8b25449
71 KB
_pics/workflow.png
0 → 100644
View file @
2ce8c0cd
129 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment