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 47854b1 commit 4736e8bCopy full SHA for 4736e8b
modules/ollama_openvino/Dockerfile_genai
@@ -2,10 +2,10 @@ FROM ubuntu:20.04
2
3
SHELL ["/bin/bash", "-c"]
4
5
-ENV no_proxy=http://Child-mu.intel.com:912
6
-ENV ftp_proxy=http://Child-mu.intel.com:912
7
-ENV http_proxy=http://Child-mu.intel.com:912
8
-ENV https_proxy=http://Child-mu.intel.com:912
+#ENV no_proxy=http://Child-mu.intel.com:912
+#ENV ftp_proxy=http://Child-mu.intel.com:912
+#ENV http_proxy=http://Child-mu.intel.com:912
+#ENV https_proxy=http://Child-mu.intel.com:912
9
10
RUN apt-get update && apt install -y software-properties-common
11
RUN add-apt-repository ppa:deadsnakes/ppa \
0 commit comments