HoneyTian commited on
Commit
76434f0
1 Parent(s): d91f5e5
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -4,10 +4,10 @@ WORKDIR /data/GolandProjects/vad_go
4
 
5
  COPY . /data/GolandProjects/vad_go
6
 
7
- # RUN apt-get update
8
- # RUN apt-get install -y python3-pip
9
 
10
- # RUN pip install --upgrade pip
11
  RUN pip install --no-cache-dir --upgrade -r /data/GolandProjects/vad_go/requirements.txt
12
 
13
  RUN bash build_vad_go.sh
 
4
 
5
  COPY . /data/GolandProjects/vad_go
6
 
7
+ RUN apt-get update
8
+ RUN apt-get install -y python3-pip
9
 
10
+ RUN pip install --upgrade pip
11
  RUN pip install --no-cache-dir --upgrade -r /data/GolandProjects/vad_go/requirements.txt
12
 
13
  RUN bash build_vad_go.sh