Skip to content

Commit af9fdd9

Browse files
authored
Merge pull request #17 from karaage0703/fix_dockerfile
Change numpy version for version error workaround
2 parents 4c3b31a + e827415 commit af9fdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nvidia-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rm -rf /var/lib/apt/lists/*
1818
RUN pip install --upgrade pip
1919

2020
# For error avoidance
21-
RUN pip install --upgrade cython numpy
21+
RUN pip install --upgrade cython numpy==1.23.5
2222

2323
RUN pip install \
2424
opencv-contrib-python==4.5.5.64 \

0 commit comments

Comments
 (0)