-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommand.txt
More file actions
14 lines (10 loc) · 842 Bytes
/
command.txt
File metadata and controls
14 lines (10 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
docker build -f extractor.dockerfile -t socialmediamacroscope/name_entity_recognition_extractor:latest .
docker push socialmediamacroscope/name_entity_recognition_extractor:latest
docker build -f extractor.dockerfile -t socialmediamacroscope/network_analysis_extractor:latest .
docker push socialmediamacroscope/network_analysis_extractor:latest
docker build -f extractor.dockerfile -t socialmediamacroscope/preprocessing_extractor:latest .
docker push socialmediamacroscope/preprocessing_extractor:latest
docker build -f extractor.dockerfile -t socialmediamacroscope/sentiment_analysis_extractor:latest .
docker push socialmediamacroscope/sentiment_analysis_extractor:latest
docker build -f extractor.dockerfile -t socialmediamacroscope/topic_modeling_extractor:latest .
docker push socialmediamacroscope/topic_modeling_extractor:latest