Skip to content

This task involves cloning the repository, building a Docker image, and running a Docker container to deploy and access the semantic similarity application locally.

Notifications You must be signed in to change notification settings

myratam/similarities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

similarity

To run the project, please follow these steps:

  1. Make sure you have Docker installed on your machine.

  2. Clone the repository:

git clone https://github.com/myratam/similarity

  1. Navigate to the project directory

  2. Build the Docker image:

docker build -t semantic-app ./

  1. Run the Docker container:

docker run -d -p 80:80 semantic-app

  1. Once the container is running, you can access the application at http://localhost:8000.

About

This task involves cloning the repository, building a Docker image, and running a Docker container to deploy and access the semantic similarity application locally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published