We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcbaf8 commit 77496deCopy full SHA for 77496de
Dockerfile
@@ -50,6 +50,8 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
50
COPY --from=models ${NLTK_DATA} ${NLTK_DATA}
51
COPY --from=models ${MODEL_PATH} ${MODEL_PATH}
52
53
+RUN export PYTHONPATH=$PYTHONPATH:/app/app
54
+
55
# Set permissions so files and directories can be accessed on AWS
56
RUN chmod 644 $(find ./app/ -type f)
57
RUN chmod 755 $(find ./app/ -type d)
0 commit comments