File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -16,24 +16,16 @@ RUN yum -y install \
16
16
RUN python3.6 -m pip install --upgrade pip
17
17
RUN python3.6 -m pip install --upgrade setuptools
18
18
19
- COPY --from=opencue/rqd /opt/opencue/rqd-0.22-custom- all.tar.gz /opt/opencue/rqd-0.22-custom-all.tar.gz
19
+ COPY --from=opencue/rqd /opt/opencue/rqd-*- all.tar.gz /opt/opencue/
20
20
COPY --from=opencue/rqd /opt/opencue/proto/ /opt/opencue/proto/
21
21
22
22
RUN mkdir -p /etc/opencue
23
23
COPY --from=opencue/rqd /etc/opencue/rqd.conf /etc/opencue/rqd.conf
24
24
25
- RUN tar -xvf /opt/opencue/rqd-0.22-custom -all.tar.gz --strip-components=1
25
+ RUN tar -xvf /opt/opencue/rqd-* -all.tar.gz --strip-components=1
26
26
27
27
RUN python3.6 -m pip install -r requirements.txt
28
28
29
- RUN python3.6 -m grpc_tools.protoc \
30
- -I=./proto \
31
- --python_out=./rqd/compiled_proto \
32
- --grpc_python_out=./rqd/compiled_proto \
33
- ./proto/*.proto
34
-
35
- RUN 2to3 -wn -f import rqd/compiled_proto/*_pb2*.py
36
-
37
29
RUN python3.6 setup.py test
38
30
RUN python3.6 setup.py install
39
31
You can’t perform that action at this time.
0 commit comments