Skip to content

Commit

Permalink
updated docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
PsicoThePato committed May 12, 2024
1 parent 9d23f1f commit 7c63246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ pip install communex --upgrade
#### With Docker

- [Install Docker](https://docs.docker.com/get-docker/)
- Run `docker pull ghcr.io/agicommies/synthia:a039609`
- Run `docker run -v ~/.commune:/root/.commune -it [-p <port>:<port>] ghcr.io/agicommies/synthia:a039609`
- Run `docker pull ghcr.io/agicommies/synthia:9d23f1f`
- Run `docker run -v ~/.commune:/root/.commune -it [-p <port>:<port>] ghcr.io/agicommies/synthia:9d23f1f`
- Run `poetry shell` to enter the enviroment

##### Operating with docker
Expand All @@ -68,7 +68,7 @@ pip install communex --upgrade
- You can list the ids of your containers with `docker ps`
- Note that you should pass the ports you're going to use to the container (with `-p <port>:<port>`) to bind them to your host machine.
- You can pass enviroments variables to docker with `-e <VARIABLE>=<value>`.
e.g `docker run -e ANTHROPIC_API_KEY=<your-anthropic-api-key> -v ~/.commune:/root/.commune -it ghcr.io/agicommies/synthia:a039609`
e.g `docker run -e ANTHROPIC_API_KEY=<your-anthropic-api-key> -v ~/.commune:/root/.commune -it ghcr.io/agicommies/synthia:9d23f1f`

#### Manually, on Ubuntu 22.04

Expand Down

0 comments on commit 7c63246

Please sign in to comment.