Spaces:
Sleeping
Sleeping
update
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -10,10 +10,7 @@ RUN apt-get install -y python3-pip
|
|
10 |
RUN pip install --upgrade pip
|
11 |
RUN pip install --no-cache-dir --upgrade -r /data/GolandProjects/vad_go/requirements.txt
|
12 |
|
13 |
-
|
14 |
-
WORKDIR /data/GolandProjects/vad_go/nx_vad
|
15 |
-
RUN bash build_nx_vad.sh
|
16 |
-
COPY ./build/nx_vad ../vad_bins/nx_vad
|
17 |
|
18 |
# main
|
19 |
WORKDIR /data/GolandProjects/vad_go
|
|
|
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
|
|
|
|
|
|
|
14 |
|
15 |
# main
|
16 |
WORKDIR /data/GolandProjects/vad_go
|