Skip to content

Commit

Permalink
gdown -> wget from files
Browse files Browse the repository at this point in the history
  • Loading branch information
moon-strider committed Jan 15, 2024
1 parent 9c2d20c commit bbe438b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions annotators/emotion_detection/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@ RUN mv -f /data/repo/* /data/ && rm -rf /data/repo

RUN touch /data/multimodal_concat/__init__.py

RUN gdown 'https://drive.google.com/uc?id=15rB8cn3MSJpFNIKHY3f9qvCMbgH2ZLmR' -O '/data/1d_cnn_with_opensmile.pt'
RUN gdown 'https://drive.google.com/uc?id=1ZHw2MEbjLwU5A7EaNysgVHZlaWq4FJZG' -O '/data/bert-large-uncased_none_seed-42.pt'
RUN gdown 'https://drive.google.com/uc?id=1XZVPI2ZvE0PbvhFMinsAp2z9SPPEsSjn' -O '/data/final_model.pt'
RUN gdown 'https://drive.google.com/uc?id=1DMUHqbwqn-j9XIhoqnfSwqyqrlPMkVJe' -O '/data/XCLIP_Augmented.pt'
RUN gdown 'https://drive.google.com/uc?id=1VxEQcso_Bsrzix1TykriJ2BLfUm9Gtx5' -O '/data/redundant_features.txt'
RUN wget -O models.tar.gz http://files.deeppavlov.ai/dream_data/emotion_detection.tar.gz && tar -xvf models.tar.gz -C /data/

0 comments on commit bbe438b

Please sign in to comment.