HoneyTian commited on
Commit
7f2338a
·
1 Parent(s): 7867a4e
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -9,15 +9,13 @@ RUN apt-get install -y python3-pip python3-venv
9
 
10
  RUN python3 -m venv vad_go_venv
11
  # RUN source vad_go_venv/bin/activate
12
- ENV PATH="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
 
19
- WORKDIR /data/GolandProjects/vad_go
20
-
21
  USER root
22
 
23
  RUN chmod -R 777 .
 
9
 
10
  RUN python3 -m venv vad_go_venv
11
  # RUN source vad_go_venv/bin/activate
12
+ ENV PATH="/data/GolandProjects/vad_go/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
 
 
 
19
  USER root
20
 
21
  RUN chmod -R 777 .