Skip to content

Commit be313a8

Browse files
authored
fix serving/Dockerfile (#1397)
* fix serving/Dockerfile * fix download paddlepaddle
1 parent fc37b8d commit be313a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

serving/Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ RUN python3 -m pip install /opt/fastdeploy/*.whl \
4848
&& rm -rf /opt/fastdeploy/*.whl
4949

5050
# unset proxy
51-
ENV http_proxy=
52-
ENV https_proxy=
53-
RUN python3 -m pip install paddlepaddle-gpu==2.4.1.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
51+
# ENV http_proxy=
52+
# ENV https_proxy=
53+
# RUN python3 -m pip install paddlepaddle-gpu==2.4.1.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
54+
RUN python3 -m pip install paddlepaddle-gpu==2.4.1
5455

5556
COPY serving/build/libtriton_fastdeploy.so /opt/tritonserver/backends/fastdeploy/
5657
COPY build/fastdeploy_install /opt/fastdeploy/

0 commit comments

Comments
 (0)