Skip to content

Commit c92ecd7

Browse files
committed
update docker file
1 parent 0d7b0a9 commit c92ecd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ ADD ./Dockerfile_requirements.txt /root/
4545
WORKDIR /root/
4646
RUN pip3 install --upgrade pip
4747
RUN pip3 install -r Dockerfile_requirements.txt
48+
49+
# clean everything
4850
RUN rm -rf /root/*
4951

5052
# change python to python3

0 commit comments

Comments
 (0)