Commit
·
646f120
1
Parent(s):
2ff7a55
Docker
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -42,7 +42,9 @@ RUN pip install --no-cache-dir /Responsible-Ai-Moderation-Models/privacy-2.0.8-p
|
|
42 |
|
43 |
RUN pip install --no-cache-dir /Responsible-Ai-Moderation-Models/en_core_web_lg-3.5.0-py3-none-any.whl
|
44 |
|
45 |
-
RUN pip install --
|
|
|
|
|
46 |
|
47 |
# RUN pip install --user spacy
|
48 |
|
|
|
42 |
|
43 |
RUN pip install --no-cache-dir /Responsible-Ai-Moderation-Models/en_core_web_lg-3.5.0-py3-none-any.whl
|
44 |
|
45 |
+
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
46 |
+
|
47 |
+
# RUN pip install --no-cache-dir /Responsible-Ai-Moderation-Models/torch-2.2.0+cu118-cp39-cp39-linux_x86_64.whl
|
48 |
|
49 |
# RUN pip install --user spacy
|
50 |
|