DSRajesh

Results 2 comments of DSRajesh

FROM nvidia/cuda:11.0-base COPY . /buoyancy RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys RUN : \ && apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ software-properties-common \ && add-apt-repository -y...

Also I have verified the existence of "/libcudnn_ops_infer.so.8" path mentioned above, using the ubuntu "locate" command