Skip to content

Commit

Permalink
agree to uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 22, 2024
1 parent 8401b6f commit 95c2e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-beta
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt update && apt install -y python3.10-venv git-lfs

RUN python3 -m pip install --upgrade pip && \
pip install packaging && \
pip uninstall torch-tensorrt && \
pip uninstall -y torch-tensorrt && \
pip install -U torch==2.2.2 && \
pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable

Expand Down

0 comments on commit 95c2e5f

Please sign in to comment.