Skip to content

Commit

Permalink
revert change from 2209 requirements (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Oct 19, 2022
1 parent 118495b commit 8d9b993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/dockerfile.torch
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN pip install --no-cache-dir --no-deps torch torchmetrics \
COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/pytorch backends/pytorch

# DLFW Python packages
COPY --chown=1000:1000 --from=dlfw /usr/local/cuda-11.8/targets/x86_64-linux/lib/libcupti.so.11.8 /usr/local/cuda-11.8/targets/x86_64-linux/lib/libcupti.so.11.8
COPY --chown=1000:1000 --from=dlfw /opt/conda/lib/python3.8/site-packages/numba /usr/local/lib/python3.8/dist-packages/numba
COPY --chown=1000:1000 --from=dlfw /opt/conda/lib/python3.8/site-packages/numpy /usr/local/lib/python3.8/dist-packages/numpy
COPY --chown=1000:1000 --from=dlfw /opt/conda/lib/python3.8/site-packages/torch /usr/local/lib/python3.8/dist-packages/torch
Expand Down

0 comments on commit 8d9b993

Please sign in to comment.