Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Nov 10, 2023
1 parent d07b0ad commit 78040db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/audio/riva-client/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ RUN pip3 show nvidia-riva-client && python3 -c 'import riva.client; print(riva.c
COPY list_audio_devices.py python-clients/scripts/
COPY loopback.py python-clients/scripts/


WORKDIR /
WORKDIR /
2 changes: 1 addition & 1 deletion packages/tvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ RUN pip3 show tvm && python3 -c 'import tvm'

ENV TVM_HOME=/opt/tvm

ln -s /opt/mlc-llm/3rdparty/tvm/3rdparty /usr/local/lib/python3.8/dist-packages/tvm/3rdparty
RUN ln -s /opt/mlc-llm/3rdparty/tvm/3rdparty /usr/local/lib/python3.8/dist-packages/tvm/3rdparty

0 comments on commit 78040db

Please sign in to comment.