Skip to content

Commit f6bc7ce

Browse files
committed
uninstall aiter
1 parent a0bd0d8 commit f6bc7ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ RUN pip3 install fbgemm-gpu && \
1616

1717
# Clone and install the Primus-Turbo
1818
WORKDIR /opt
19-
RUN mkdir -p /opt && cd /opt && \
19+
RUN pip3 uninstall aiter primus_turbo -y && \
20+
mkdir -p /opt && cd /opt && \
2021
git clone https://github.com/AMD-AGI/Primus-Turbo.git && \
2122
cd Primus-Turbo && \
2223
git checkout ${PRIMUS_TURBO_COMMIT} && \

0 commit comments

Comments
 (0)