Installation
Prerequsites
Python: 3.9-3.11
Git
Build from source
Git clone AIOS repository
Install from requirements-cuda.txt if you have cuda environment,
or else you can install from requirements.txt
Build in Docker
We also provide the installation in docker. Here we just give some command examples to help you get started. For more details about how to use docker, you can refer to https://docker-curriculum.com/.
Make sure you are in the folder that contains the Dockerfile and then run
And then start the docker based on your environment.
Then you will have access to the environment built by docker and run AIOS.
If you have exited the AIOS docker and re-enter it and run next time. You can use the following commands
Last updated