Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ COPY ./TextSimilarity.py /code/TextSimilarity.py
|
|
12 |
|
13 |
# Install requirements.txt
|
14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
15 |
|
16 |
# Set up a new user named "user" with user ID 1000
|
17 |
RUN useradd -m -u 1000 user
|
|
|
12 |
|
13 |
# Install requirements.txt
|
14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
15 |
+
RUN pip install multilingual-clip
|
16 |
|
17 |
# Set up a new user named "user" with user ID 1000
|
18 |
RUN useradd -m -u 1000 user
|