HoneyTian commited on
Commit
fb5697c
1 Parent(s): 219b254
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN python3 -m venv vad_go_venv
12
  ENV PATH="/code/vad_go_venv/bin:$PATH"
13
 
14
  RUN pip install --upgrade pip
15
- RUN pip install --no-cache-dir --upgrade -r /data/GolandProjects/vad_go/requirements.txt
16
 
17
  RUN bash build_vad_go.sh
18
 
 
12
  ENV PATH="/code/vad_go_venv/bin:$PATH"
13
 
14
  RUN pip install --upgrade pip
15
+ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
16
 
17
  RUN bash build_vad_go.sh
18