update
This commit is contained in:
parent
7b336085f3
commit
3a64bbd955
@ -26,10 +26,10 @@ RUN cd sdsvkvu && pip3 install -v -e . --no-cache-dir
|
|||||||
|
|
||||||
# For intergration with sdskvu
|
# For intergration with sdskvu
|
||||||
COPY paddlepaddle_gpu-2.4.2.post116-cp310-cp310-linux_x86_64.whl .
|
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
|
WORKDIR /app
|
||||||
COPY --chown=${UID}:${GID} . /app
|
COPY . /app
|
||||||
ENV TZ="Asia/Ho_Chi_Minh"
|
ENV TZ="Asia/Ho_Chi_Minh"
|
||||||
|
|
||||||
CMD ["bash"]
|
CMD ["bash"]
|
Loading…
Reference in New Issue
Block a user