Skip to content

Commit 4736e8b

Browse files
Update Dockerfile_genai (#961)
i had to comment out the proxies in order to build this successfully
1 parent 47854b1 commit 4736e8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ollama_openvino/Dockerfile_genai

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM ubuntu:20.04
22

33
SHELL ["/bin/bash", "-c"]
44

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
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
99

1010
RUN apt-get update && apt install -y software-properties-common
1111
RUN add-apt-repository ppa:deadsnakes/ppa \

0 commit comments

Comments
 (0)