Skip to content

Commit

Permalink
removed pycuda dependency from pytorch container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Sep 11, 2024
1 parent cdd8a15 commit b1c948f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/PyTorch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM nvcr.io/nvidia/pytorch:24.08-py3
COPY ../conversion_tools /conversion_tools

# ORT
RUN pip3 install -U --no-cache-dir --verbose jetson-stats numpy onnx pycuda ultralytics argparse
RUN pip3 install -U --no-cache-dir --verbose jetson-stats numpy onnx ultralytics argparse

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit b1c948f

Please sign in to comment.