maciejskorski / anticipatio

In a search for understanding of people's anticipation of the future...
1 stars 0 forks source link
anticipation natural-language-processing topic-modeling

license Docker Python 3.10 PyTorch tests

Anticipatio

In a search for understanding of people's anticipation of the future...

Run / Work with the code

The Python code requires popular machine-learning Python libraries. For convenience, we provide the Docker file that can be used to run or work with the code.

Build the container with:

docker build -t anticipatio:dev .

Then, run the container mounting this repo directory with

docker run --ipc=host --gpus all -it -d -v $(pwd):/home --name anticipatio anticipatio:dev

Finally, connect to the container anticipatio using your favorite tools, e.g. VS Code extensions.