We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6bec8 commit 77a3516Copy full SHA for 77a3516
1 file changed
Dockerfile.tmpl
@@ -122,8 +122,8 @@ RUN mkdir -p /root/.EasyOCR/model && \
122
RUN apt-get install tesseract-ocr -y
123
124
ENV TESSERACT_PATH=/usr/bin/tesseract \
125
- # For Facets
126
- PYTHONPATH=$PYTHONPATH:/opt/facets/facets_overview/python/ \
+ # For Facets, we also include an empty path to include $PWD.
+ PYTHONPATH=:$PYTHONPATH:/opt/facets/facets_overview/python/ \
127
# For Theano with MKL
128
MKL_THREADING_LAYER=GNU
129
0 commit comments