(UNDER CONSTRUCTION…) 👷
Clone the repo and run:
pip install -e '.[dev]'
- Clone the repo and build the development image:
git clone https://github.com/AIR-UFG/colorcloud.git
cd colorcloud
docker build -t colorcloud .
- After the image is built, run a container:
docker run --gpus all --ipc=host --network=host --mount type=bind,source=~/.gitconfig,target=/etc/gitconfig --name <name_your_container> colorcloud:latest