From 3a64bbd9552232ea7eb3e1a67f135f415fe14f23 Mon Sep 17 00:00:00 2001 From: PhanThanhTrung Date: Tue, 29 Oct 2024 13:48:42 +0700 Subject: [PATCH] update --- cope2n-api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cope2n-api/Dockerfile b/cope2n-api/Dockerfile index 6bdaf1b..bfe0d75 100755 --- a/cope2n-api/Dockerfile +++ b/cope2n-api/Dockerfile @@ -26,10 +26,10 @@ RUN cd sdsvkvu && pip3 install -v -e . --no-cache-dir # For intergration with sdskvu COPY paddlepaddle_gpu-2.4.2.post116-cp310-cp310-linux_x86_64.whl . -RUN pip install /app/paddlepaddle_gpu-2.4.2.post116-cp310-cp310-linux_x86_64.whl --no-cache-dir +RUN pip install paddlepaddle_gpu-2.4.2.post116-cp310-cp310-linux_x86_64.whl --no-cache-dir WORKDIR /app -COPY --chown=${UID}:${GID} . /app +COPY . /app ENV TZ="Asia/Ho_Chi_Minh" CMD ["bash"] \ No newline at end of file