Skip to content

Commit

Permalink
lost file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Dolidze committed Jan 16, 2024
1 parent fec171b commit f053a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions annotators/emotion_detection/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ RUN touch /data/multimodal_concat/__init__.py

RUN apt-get install -y wget

RUN wget -O models http://files.deeppavlov.ai/dream_data/emotion_detection_v1.tar.gz && tar -xvf models -C /data/
RUN ls /data/
RUN ls /data/emotion_detection_models

RUN echo $MODEL_PATH
RUN wget -O models http://files.deeppavlov.ai/dream_data/emotion_detection/emotion_detection_v1.tar.gz && tar -xf models -C /data/
RUN wget -O redundant_feat http://files.deeppavlov.ai/dream_data/emotion_detection/redundant_feat.txt && mv -f redundant_feat /data/
2 changes: 1 addition & 1 deletion assistant_dists/dream_ocean/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ services:
TEXT_PRETRAINED: "bert-large-uncased"
MODEL_PATH: "/data/emotion_detection_models/"
MULTIMODAL_MODEL: "/data/emotion_detection_models/multimodal_model_with_early_fusion.pt"
REDUNDANT_FEATURES: "/data/redundant_features.txt"
REDUNDANT_FEATURES: "/data/redundant_feat"
context: annotators/emotion_detection
command: uvicorn server:app --host 0.0.0.0 --port 8040
deploy:
Expand Down

0 comments on commit f053a18

Please sign in to comment.