Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ FROM vespaengine/vespa:latest
|
|
2 |
|
3 |
USER root
|
4 |
RUN yum install -y python39 python39-pip wget git
|
|
|
5 |
COPY ./run.sh /opt/vespa/vespa/bin/run.sh
|
6 |
COPY ./proxy.py /opt/vespa/vespa/bin/proxy.py
|
7 |
RUN chmod +x /opt/vespa/vespa/bin/proxy.py
|
|
|
2 |
|
3 |
USER root
|
4 |
RUN yum install -y python39 python39-pip wget git
|
5 |
+
RUN pip3 install requests
|
6 |
COPY ./run.sh /opt/vespa/vespa/bin/run.sh
|
7 |
COPY ./proxy.py /opt/vespa/vespa/bin/proxy.py
|
8 |
RUN chmod +x /opt/vespa/vespa/bin/proxy.py
|