Strange error while trying to build new TF docker image on Ubuntu

[image]

11:33 AM (31 minutes ago)

Hello,

Here is what happens when I try to build new TF image:

pavel@ALABAMA:~$ docker image build -t tensorflow_as:latest .
error checking context: 'can't stat '/home/pavel/.cache/dconf''.
pavel@ALABAMA:~$ more Dockerfile
FROM tensorflow/tensorflow:latest-gpu
RUN apt-get install -y libsm6 libxext6 libxrender-dev && pip install scikit-learn opencv-python imutils

Any suggestions/comments ?

Thanks.

Problem resoled.
I’ve just created new dockerfiles, moved there Dockerfile, changed active directory for dockerfiles and run build command.