We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69e083 commit 95b3931Copy full SHA for 95b3931
tools/dockerfile/Dockerfile.ci
@@ -21,7 +21,7 @@ RUN cd MLNX_OFED_LINUX-24.10-3.2.5.0-ubuntu20.04-x86_64 \
21
&& ./mlnxofedinstall --user-space-only --skip-distro-check --without-fw-update --force --without-ucx-cuda
22
23
RUN apt install -y build-essential tcl \
24
- && wget http://download.redis.io/releases/redis-7.2.0.tar.gz \
+ && wget -q --no-proxy https://paddle-qa.bj.bcebos.com/FastDeploy/redis-7.2.0.tar.gz \
25
&& tar xzf redis-7.2.0.tar.gz && cd redis-7.2.0 \
26
&& make && make PREFIX=/usr/local/redis install
27
0 commit comments