yinwentao commited on
Commit
e42637f
·
1 Parent(s): 243ac89

updateDKfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ RUN apt-get update && \
4
  apt-get install -y python3-pip python3.8 && \
5
  rm -rf /var/lib/apt/lists/*
6
 
 
 
7
  WORKDIR /code
8
 
9
  COPY ./requirements.txt /code/requirements.txt
 
4
  apt-get install -y python3-pip python3.8 && \
5
  rm -rf /var/lib/apt/lists/*
6
 
7
+ RUN apt-get install python3-pip
8
+
9
  WORKDIR /code
10
 
11
  COPY ./requirements.txt /code/requirements.txt