Gosse Minnema commited on
Commit
e89f46b
·
1 Parent(s): f85f2f8

clome xlm-r repo

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python:3.9
2
  WORKDIR /app
3
  ADD . /app
4
  RUN chmod -R 777 /app
 
 
5
  RUN mkdir /nltk_data
6
  RUN chmod -R 777 /nltk_data
7
  RUN mkdir /.allennlp
 
2
  WORKDIR /app
3
  ADD . /app
4
  RUN chmod -R 777 /app
5
+ RUN git clone https://huggingface.co/FacebookAI/xlm-roberta-large /app
6
+
7
  RUN mkdir /nltk_data
8
  RUN chmod -R 777 /nltk_data
9
  RUN mkdir /.allennlp