We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cd5ee commit b849ca4Copy full SHA for b849ca4
Dockerfile
@@ -6,6 +6,8 @@ COPY Pipfile Pipfile.lock /wsgi/
6
7
RUN pip install pipenv && pipenv install --deploy --ignore-pipfile
8
9
+RUN pipenv run pip install torch --index-url https://download.pytorch.org/whl/cpu
10
+
11
RUN pipenv run python -m spacy download en_core_web_sm
12
13
COPY . /wsgi
0 commit comments