Skip to content

Commit

Permalink
initial conversion containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Sep 11, 2024
1 parent 325abae commit f1858cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions 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
RUN pip3 install -U --no-cache-dir --verbose jetson-stats numpy onnx pycuda ultralytics argparse

ENTRYPOINT [ "/bin/bash" ]
8 changes: 8 additions & 0 deletions Containers/TensorFlow.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM nvcr.io/nvidia/tensorflow:24.08-tf2-py3

COPY ../conversion_tools /conversion_tools

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

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit f1858cf

Please sign in to comment.