File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /program
44
55COPY gpu-requirements.txt .
66
7- RUN python3.9 -m pip install --no-cache-dir -r gpu-requirements.txt
7+ RUN pip3 install --no-cache-dir -r gpu-requirements.txt
88
99COPY / .
1010
Original file line number Diff line number Diff line change @@ -320,12 +320,12 @@ tokenizers==0.21.2
320320 # via
321321 # -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cpu-requirements.txt
322322 # transformers
323- torch == 2.7.1+cpu
323+ torch == 2.7.1
324324 # via
325325 # -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-embedder/requirements/torch-cpu-requirements.txt
326326 # sentence-transformers
327327 # torchvision
328- torchvision == 0.22.1+cpu
328+ torchvision == 0.22.1
329329 # via -r requirements/requirements.in
330330tqdm == 4.67.1
331331 # via
You can’t perform that action at this time.
0 commit comments