Skip to content

Conversation

@AleixMT
Copy link

@AleixMT AleixMT commented Jan 27, 2025

Hello,

Out of curiosity I wanted to try your software.

Because I had some trouble with conda I preferred installing the dependencies inside a Docker container, so I created one with your project.

I thought that instead of keeping this to myself I could share it with you in case it might be useful. The Docker image is not very time or space optimized (~20 min build and ~20 GB size), but it can be used to run the software by only installing Docker. I was able to run the gen_crn_blueprint script with the examples you provide in the README.md of the repo.

I also added a Makefile for convenience, but only Docker is needed to build or run the image.

Tu run it via Docker, run the following shell commands:

cd care  
docker compose up  # sudo if required

or via make:

make run

I hope that it can be useful.

@SantiagoMorandi SantiagoMorandi added the enhancement New feature or request label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants