Skip to content

Commit

Permalink
feat: support arm architecture and modify installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky authored Oct 21, 2024
1 parent c8180e8 commit 40acb1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
```bash
sudo docker build --network=host -t memoryscope .
```
If you are using arm-based computers, modify command above into: `sudo docker build -f DockerfileArm --network=host -t memoryscope .`

3. Launch Docker container (ARM architecture not yet supported)
3. Launch Docker container
```bash
sudo docker run -it --rm --net=host memoryscope
```
Expand All @@ -42,7 +43,7 @@
OPENAI_API_KEY: "sk-0000000000"
```

3. Run `docker-compose run memory_scope_main` to build and launch the memory-scope cli interface. (ARM architecture not yet supported)
3. Run `docker-compose run memory_scope_main` to build and launch the memory-scope cli interface. (For ARM architecture, you should edit `docker-compose.yml`, changing `image: ghcr.io/modelscope/memoryscope:main` to `image: ghcr.io/modelscope/memoryscope_arm:main`)


## III. Install from PyPI
Expand Down

0 comments on commit 40acb1f

Please sign in to comment.