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 0d7b0a9 commit c92ecd7Copy full SHA for c92ecd7
Dockerfile
@@ -45,6 +45,8 @@ ADD ./Dockerfile_requirements.txt /root/
45
WORKDIR /root/
46
RUN pip3 install --upgrade pip
47
RUN pip3 install -r Dockerfile_requirements.txt
48
+
49
+# clean everything
50
RUN rm -rf /root/*
51
52
# change python to python3
0 commit comments