There was an error while loading. Please reload this page.
1 parent 750b7f7 commit 7dfaf57Copy full SHA for 7dfaf57
Docker/Dockerfile
@@ -50,7 +50,7 @@ RUN make distclean
50
ADD ./requirements.txt /root/
51
WORKDIR /root/
52
RUN pip3 install --upgrade pip
53
-RUN pip3 install -r Dockerfile_requirements.txt
+RUN pip3 install -r requirements.txt
54
55
# clean everything
56
RUN rm -rf /root/*
0 commit comments