Skip to content

Commit b849ca4

Browse files
committed
fixed dockerfile for ai processing
1 parent d4cd5ee commit b849ca4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ COPY Pipfile Pipfile.lock /wsgi/
66

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

9+
RUN pipenv run pip install torch --index-url https://download.pytorch.org/whl/cpu
10+
911
RUN pipenv run python -m spacy download en_core_web_sm
1012

1113
COPY . /wsgi

0 commit comments

Comments
 (0)