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 48d1613 commit f6a31deCopy full SHA for f6a31de
docker/Dockerfile
@@ -31,7 +31,7 @@ RUN pip install --no-cache-dir \
31
-f https://data.pyg.org/whl/torch-2.7.0+cpu.html
32
33
34
-COPY docker/requirements.txt /tmp/
+COPY ./requirements.txt /tmp/
35
RUN pip install --no-cache-dir -r /tmp/requirements.txt
36
37
EXPOSE 8888
0 commit comments