File size: 294 Bytes
5120311
 
 
 
 
 
1
2
3
4
5
6
docker build -t topic_clustering .
docker run -d --restart=always -p8633:8633  --name topic_clustering topic_clustering
/////docker run -p8633:8633  --name topic_clustering topic_clustering

docker build -t clustering-dashboard .
docker run --name clustering-dashboard clustering-dashboard