Commit
·
a0df3c8
1
Parent(s):
b8ba109
Docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,7 +44,7 @@ RUN pip install --no-cache-dir /Responsible-Ai-Moderation-Models/en_core_web_lg-
|
|
44 |
|
45 |
RUN pip install torch==2.2.0+cu118 torchaudio==2.2.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
46 |
|
47 |
-
RUN pip install torchvision --extra-index-url https://download.pytorch.org/whl/cu118
|
48 |
|
49 |
|
50 |
# RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
|
|
44 |
|
45 |
RUN pip install torch==2.2.0+cu118 torchaudio==2.2.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
46 |
|
47 |
+
# RUN pip install torchvision --extra-index-url https://download.pytorch.org/whl/cu118
|
48 |
|
49 |
|
50 |
# RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|