Skip to content

Commit

Permalink
Updated python-path-version in Docker file
Browse files Browse the repository at this point in the history
This was giving the error since the python version which is being used and the python path version was mismatching
  • Loading branch information
Khairajani authored Oct 26, 2022
1 parent be1ee7a commit 5dc2be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pip install --prefix=/requirements \
-r requirements.txt \
-r requirements-test.txt

ARG PYTHONPATH=/requirements/lib/python3.9/site-packages
ARG PYTHONPATH=/requirements/lib/python3.10/site-packages

# download spacy resources
RUN python -m spacy download en_core_web_sm --prefix=/requirements
Expand Down

0 comments on commit 5dc2be8

Please sign in to comment.