Skip to content

Commit 77a3516

Browse files
authored
Include $PWD in PYTHONPATH
http://b/365782129
1 parent 4e6bec8 commit 77a3516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ RUN mkdir -p /root/.EasyOCR/model && \
122122
RUN apt-get install tesseract-ocr -y
123123

124124
ENV TESSERACT_PATH=/usr/bin/tesseract \
125-
# For Facets
126-
PYTHONPATH=$PYTHONPATH:/opt/facets/facets_overview/python/ \
125+
# For Facets, we also include an empty path to include $PWD.
126+
PYTHONPATH=:$PYTHONPATH:/opt/facets/facets_overview/python/ \
127127
# For Theano with MKL
128128
MKL_THREADING_LAYER=GNU
129129

0 commit comments

Comments
 (0)