Skip to content

Commit 7dfaf57

Browse files
committed
fix bugs
1 parent 750b7f7 commit 7dfaf57

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
@@ -50,7 +50,7 @@ RUN make distclean
5050
ADD ./requirements.txt /root/
5151
WORKDIR /root/
5252
RUN pip3 install --upgrade pip
53-
RUN pip3 install -r Dockerfile_requirements.txt
53+
RUN pip3 install -r requirements.txt
5454

5555
# clean everything
5656
RUN rm -rf /root/*

0 commit comments

Comments
 (0)