GenAIExamples icon indicating copy to clipboard operation
GenAIExamples copied to clipboard

Xeon instructions issue : need a cd..

Open ShankarRIntel opened this issue 1 year ago • 2 comments

on the page at https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker/xeon/README.md We need to add a cd.. after the instructions for Build vllm image.

ShankarRIntel avatar Aug 07 '24 15:08 ShankarRIntel

git clone https://github.com/vllm-project/vllm.git cd ./vllm/ docker build --no-cache -t vllm:cpu --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile.cpu .

Here

cd ..

ShankarRIntel avatar Aug 07 '24 15:08 ShankarRIntel

@ShankarRIntel Thanks for catching this issue!

To be fixed in https://github.com/opea-project/GenAIExamples/pull/542

xiguiw avatar Aug 12 '24 02:08 xiguiw

Thanks this is done. Shankar

From: xiguiw @.> Sent: Tuesday, September 10, 2024 6:16 PM To: opea-project/GenAIExamples @.> Cc: Ratneshwaran, Shankar @.>; Mention @.> Subject: Re: [opea-project/GenAIExamples] Xeon instructions issue : need a cd.. (Issue #546)

Closed #546https://github.com/opea-project/GenAIExamples/issues/546 as completed.

— Reply to this email directly, view it on GitHubhttps://github.com/opea-project/GenAIExamples/issues/546#event-14208086964, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AYMDOK3YCC2XZIXBZOFMK73ZV6KTRAVCNFSM6AAAAABMEVWDVOVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGIYDQMBYGY4TMNA. You are receiving this because you were mentioned.Message ID: @.@.>>

ShankarRIntel avatar Sep 11 '24 14:09 ShankarRIntel