diff --git a/en/.doctrees/docs/installation.doctree b/en/.doctrees/docs/installation.doctree index d76431e..b867f2e 100644 Binary files a/en/.doctrees/docs/installation.doctree and b/en/.doctrees/docs/installation.doctree differ diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index 674d46e..b83c7f5 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/memoryscope.core.utils.doctree b/en/.doctrees/memoryscope.core.utils.doctree index df022e1..52282a4 100644 Binary files a/en/.doctrees/memoryscope.core.utils.doctree and b/en/.doctrees/memoryscope.core.utils.doctree differ diff --git a/en/.doctrees/memoryscope.core.utils.tool_functions.doctree b/en/.doctrees/memoryscope.core.utils.tool_functions.doctree index 5e055b5..260c8f5 100644 Binary files a/en/.doctrees/memoryscope.core.utils.tool_functions.doctree and b/en/.doctrees/memoryscope.core.utils.tool_functions.doctree differ diff --git a/en/_sources/docs/installation.md.txt b/en/_sources/docs/installation.md.txt index 9d9644c..2d29d47 100644 --- a/en/_sources/docs/installation.md.txt +++ b/en/_sources/docs/installation.md.txt @@ -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 ``` @@ -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 diff --git a/en/docs/installation.html b/en/docs/installation.html index dd0fcb3..df2484b 100644 --- a/en/docs/installation.html +++ b/en/docs/installation.html @@ -120,8 +120,9 @@
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 .
Launch Docker container (ARM architecture not yet supported)
+Launch Docker container
sudo docker run -it --rm --net=host memoryscope
Run docker-compose run memory_scope_main
to build and launch the memory-scope cli interface. (ARM architecture not yet supported)
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
)
Render the context of logo with colors
Render the context of logo with colors
Render the context of logo with colors
Render the context of logo with colors