Gosse Minnema
commited on
Commit
·
2a8005f
1
Parent(s):
e89f46b
clome xlm-r repo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM python:3.9
|
|
| 2 |
WORKDIR /app
|
| 3 |
ADD . /app
|
| 4 |
RUN chmod -R 777 /app
|
| 5 |
-
RUN git clone https://huggingface.co/FacebookAI/xlm-roberta-large
|
| 6 |
|
| 7 |
RUN mkdir /nltk_data
|
| 8 |
RUN chmod -R 777 /nltk_data
|
|
|
|
| 2 |
WORKDIR /app
|
| 3 |
ADD . /app
|
| 4 |
RUN chmod -R 777 /app
|
| 5 |
+
RUN git clone https://huggingface.co/FacebookAI/xlm-roberta-large
|
| 6 |
|
| 7 |
RUN mkdir /nltk_data
|
| 8 |
RUN chmod -R 777 /nltk_data
|