minor tweaks, fixed python in build
This commit is contained in:
@@ -38,12 +38,18 @@ docker buildx build --no-cache -t 4lights/claudaris:latest .
|
||||
Make sure the volumes are as you like and start the container.
|
||||
```
|
||||
sudo ./claudaris start
|
||||
or
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Connect to the container
|
||||
|
||||
```
|
||||
sudo ./claudaris connect
|
||||
# or
|
||||
docker compose exec claudaris bash
|
||||
# or
|
||||
docker compose exec claudaris tmux
|
||||
```
|
||||
|
||||
## Stop and remove the container
|
||||
|
||||
Reference in New Issue
Block a user