????? TASK ID = 771c1c19-0076-4937-a7dc-f8c7bfc617d2 ?? ?? ????? ??? ?? ??? ???? ?? ?? ?????? stderr ??? Cannot dlopen some GPU libraries. Skipping registering GPU devices..? ?? ??? ????? Metric?? ???? ?? GPU? 0%? ??? ??? CPU? ???? ?? ???????. ?? ??? ???? ??? ???? ??? ??? ???? ??? ???? ????? ??????. ?????
Created by
hdwycy
LD_LIBARARY_PATH? Dockerfile?? ???? ?? ????. docker image? ??? ??? ?? base image? tensorflow/tensorflow:2.1.0rc1-gpu-py3 ?? tensorflow 2.1? ???? ??, libcudart.so? libcudart.so.10.1 ? ???? ??? requirements.txt? tensorflow? 1.14.0 version?? ??? tensorflow? ????? dependency? ?? ?????. ?? code? tensorflow 1.14 ?? ???? ? ??, Dockerfile? FROM ??? base image? tensorflow/tensorflow:1.14.0-gpu-py3 ? ??? build??? ? ? ???.
GPU ????? ??????. TASK ID = TASK ID = 771c1c19-0076-4937-a7dc-f8c7bfc617d2 ????? Could not dlopen library 'libcudart.so.10.0'; dlerror: libcudart.so.10.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib64 ?? ????? 6???? ?? ???? ?? ???? Dockerfile? ENV LD_LIBRARY_PATH = /usr/local/lib64? ???? ?????? ??? ??? ??????. ?? ????? ????? ??? ??? ?? ????. ?????!
gz file upload? ?? ???.
GPU???? ??? ? ??????. ?? ?? ???? ???? ?? ?? gz??? ?? ? ??????? ? ?? ??? ??? ????? ?? ??? ?????!
?? waiting??? ??? ??? GPU?? ??? ?????? ??? ???? ?????. ? ? ??? ??? ?? ????????. ?????!
??? ???? ??? Dockerfile? ???? ??? ???? ???? ?? ??? waiting(20%)?? ??????. ?? ????? ??? ? ??????
``` ENV LD_LIBRARY_PATH /usr/local/lib ``` line? ???? image? ????? ? ? ???. ??? tensorflow? ?? release? tensorflow/tensorflow:2.1.0-gpu-py3 ? ????? ?? ? ????.
FROM tensorflow/tensorflow:2.1.0rc1-gpu-py3 ENV SRC_DIR /src ENV DEBIAN_FRONTEND=noninteractive COPY src $SRC_DIR WORKDIR $SRC_DIR RUN pip install --upgrade pip RUN chmod +x ./train.sh ./inference.sh RUN apt-get update && apt-get install -y autoconf \ libsm6 \ libxext6 \ libxrender-dev \ openslide-tools \ automake \ cmake \ python3-sklearn \ python3-sklearn-lib \ git \ libgtk2.0-dev \ libjpeg-dev \ liblcms2-dev \ libpng-dev \ libsqlite3-dev \ libtiff-dev \ libtool \ libxml2-dev \ pkg-config \ python-pip \ sqlite3 \ wget RUN pip install openslide-python==1.1.1 RUN pip install -r ./requirements.txt ENV LD_LIBRARY_PATH /usr/local/lib ??? ???? ???? ??? ????? ??? ???? ?????!
dlopen error? so file? ?? ? ??? ??? error???. ????? library? ???? ????, path? ???? ??? ? ????. docker image ??? ??? Dockerfile ????????
Drop files to upload
Your web browser must have JavaScript enabled in order for this application to display correctly.
If you are an automated web crawler from a search engine, follow this
AJAX application crawl link
?? ?? ?? ??
page is loading…