-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup and Quickstart #53
Comments
@3ripleM. |
Hi, docker run -it --name lady_container ghcr.io/fani-lab/lady:main you just have to run above command. but before that make sure you have installed Docker engine on your computer. |
Hi, |
Hi @arfaamr, Actually, those are some directories, and you cannot execute directories like that. By running the container, you are using the full image of the LADy project, where all dependencies (libraries) are already installed in the Docker image. You can now proceed to the next step (Quickstart). The reason for using Docker is reproducibility. To gain a deeper understanding of how an image is created, you can read the Dockerfile, where the setup process has been documented. Docker can be seen as an isolated container with its own files and libraries inside it, and it cannot use libraries from the machine on which it is running. Although the new version has some bugs, I'm working on fixing them. Some machines cannot run it at the moment, but if you are using the previous version of the Dockerfile, you are good. In addition, I wanted to let you know that I spoke with Dr. Fani a while ago, and our new tasks involve "running" two libraries (BERT-E2E-ABSA and CAT) used in this project. We will be working on aspect-based sentiment analysis in the future. I have some suggestions for the running step, where I will create a new issue page, and we can discuss them there. |
@AkiraShougun Line 10 in c261acb
Now, the next step is to trace the pipeline (debug and step line by line) and make sense out of the commands Sometime next week, during office hours I can explain the high level explanation. |
Hey @arfaamr,
This is an issue page to log your progress in setting up and running the project.
Feel free to reach out if you have any concerns or questions.
@hosseinfani
The text was updated successfully, but these errors were encountered: