Skip to content

Commit 85dae74

Browse files
committed
Resolve tarball version number
1 parent 3fa8edd commit 85dae74

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

samples/rqd/cuda/Dockerfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,16 @@ RUN yum -y install \
1616
RUN python3.6 -m pip install --upgrade pip
1717
RUN python3.6 -m pip install --upgrade setuptools
1818

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/
2020
COPY --from=opencue/rqd /opt/opencue/proto/ /opt/opencue/proto/
2121

2222
RUN mkdir -p /etc/opencue
2323
COPY --from=opencue/rqd /etc/opencue/rqd.conf /etc/opencue/rqd.conf
2424

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
2626

2727
RUN python3.6 -m pip install -r requirements.txt
2828

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-
3729
RUN python3.6 setup.py test
3830
RUN python3.6 setup.py install
3931

0 commit comments

Comments
 (0)