Skip to content

Commit f6a31de

Browse files
committed
cpu only
1 parent 48d1613 commit f6a31de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN pip install --no-cache-dir \
3131
-f https://data.pyg.org/whl/torch-2.7.0+cpu.html
3232

3333

34-
COPY docker/requirements.txt /tmp/
34+
COPY ./requirements.txt /tmp/
3535
RUN pip install --no-cache-dir -r /tmp/requirements.txt
3636

3737
EXPOSE 8888

0 commit comments

Comments
 (0)