cuongnguyen910's picture
Upload folder using huggingface_hub
5120311 verified
raw
history blame contribute delete
294 Bytes
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