We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8293a6 commit fcf4117Copy full SHA for fcf4117
Dockerfile
@@ -7,6 +7,8 @@ RUN pip install poetry \
7
&& poetry config virtualenvs.create false \
8
&& poetry install --only main --no-root --no-directory
9
COPY . /dptoie_python
10
+
11
+RUN pip install torch==2.7.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
12
RUN poetry install --only main --no-root
13
14
ENV PYTHONPATH="$PYTHONPATH:/dptoie_python"
0 commit comments