Skip to content

Commit

Permalink
fixed dockerfile for ai processing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiessler committed Feb 27, 2025
1 parent d4cd5ee commit b849ca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ COPY Pipfile Pipfile.lock /wsgi/

RUN pip install pipenv && pipenv install --deploy --ignore-pipfile

RUN pipenv run pip install torch --index-url https://download.pytorch.org/whl/cpu

RUN pipenv run python -m spacy download en_core_web_sm

COPY . /wsgi
Expand Down

0 comments on commit b849ca4

Please sign in to comment.