Skip to content

Commit 1000f14

Browse files
committed
chore: Update deploy workflow, updated readme
1 parent 59b7727 commit 1000f14

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
strategy:
3131
matrix:
3232
include:
33-
- target: aarch64-unknown-linux-gnu
34-
os: ubuntu-22.04
3533
- target: aarch64-apple-darwin
3634
os: macos-13
3735
- target: x86_64-unknown-linux-gnu

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ user_instructions: | # Custom personality/role instructions
2727
Your goal is to build working software based on user request.
2828
```
2929
30+
## Official Docker Image
31+
32+
To run Huly Coder in docker, create a `huly-coder-local.yaml` file in your `data` directory with overrided configurations and run the following command:
33+
34+
```bash
35+
docker run -e DOCKER_RUN=1 \
36+
-v "<workspace_dir>:/target/workspace" \
37+
-v "<data_dir>:/data" \
38+
-v "<data_dir>/.fastembed_cache:/.fastembed_cache" \
39+
-it --rm hardcoreeng/huly-coder:latest
40+
```
41+
3042
## Local Run
3143

3244
To run Huly Coder locally, run:

0 commit comments

Comments
 (0)