Spaces:
Running
Running
update
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -4,10 +4,10 @@ WORKDIR /data/GolandProjects/vad_go
|
|
4 |
|
5 |
COPY . /data/GolandProjects/vad_go
|
6 |
|
7 |
-
|
8 |
-
|
9 |
|
10 |
-
|
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
|