Skip to content

Commit a7146ed

Browse files
authored
update dlblas version in dockerfile (#3711)
1 parent 0d5c78b commit a7146ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile_Hopper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN git clone --recursive --depth=1 https://github.com/deepseek-ai/DeepGEMM.git
5252
cd .. && rm -rf DeepGEMM
5353

5454
# install cuda-bindings and dlBLAS
55-
RUN pip install cuda-python dlblas==0.0.2 --no-cache-dir
55+
RUN pip install cuda-python dlblas --no-cache-dir
5656

5757
# set workspace
5858
WORKDIR /opt/lmdeploy

0 commit comments

Comments
 (0)