InfosysResponsibleAiToolKit commited on
Commit
4f4fe16
·
1 Parent(s): 9dd9c4f
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ RUN pip install --no-cache-dir /Responsible-Ai-Moderation-Models/privacy-2.0.8-p
44
 
45
  RUN pip install --no-cache-dir /Responsible-Ai-Moderation-Models/en_core_web_lg-3.5.0-py3-none-any.whl
46
 
47
- RUN pip install torch==2.6.0
48
 
49
  RUN pip install transformers==4.41.0
50
 
 
44
 
45
  RUN pip install --no-cache-dir /Responsible-Ai-Moderation-Models/en_core_web_lg-3.5.0-py3-none-any.whl
46
 
47
+ RUN pip install torch==2.2.0
48
 
49
  RUN pip install transformers==4.41.0
50