We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc37b8d commit be313a8Copy full SHA for be313a8
serving/Dockerfile
@@ -48,9 +48,10 @@ RUN python3 -m pip install /opt/fastdeploy/*.whl \
48
&& rm -rf /opt/fastdeploy/*.whl
49
50
# 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
+# ENV http_proxy=
+# ENV https_proxy=
+# 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
55
56
COPY serving/build/libtriton_fastdeploy.so /opt/tritonserver/backends/fastdeploy/
57
COPY build/fastdeploy_install /opt/fastdeploy/
0 commit comments