Closed JAYRJPT closed 1 year ago
Hi Jay, are you attempting to build from the main branch or tagged release? Most users shouldn't need to build the Docker image as we provide pre-built images for each release: https://github.com/stjude/CICERO/pkgs/container/cicero. If you can provide some additional information on your use case, I can try to help resolve the issue.
I am trying to install the Docker image to detect the fusion transcript using Cicero.
Earlier I have installed the docker image using the same command in a different system.
Should I Install it from the link(https://github.com/stjude/CICERO/pkgs/container/cicero
) you have provided?
Yes, generally it is preferable to pull the prebuilt Docker images. For most users, building the Docker image from the Dockerfile would not be necessary. So I would recommend pulling the latest version of the Docker image (v1.9.3 currently) and using it directly.
Thanks for your suggestion.
I am trying to build the Docker image. I have used the following command.
sudo docker build -t stjude/cicero:0.2.0 .
However I am getting the error-Kindly give your suggestion. Best Jay