We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
polaris-reg-test
1 parent 970d874 commit d45c985Copy full SHA for d45c985
regtests/Dockerfile
@@ -40,7 +40,7 @@ WORKDIR /home/spark/polaris
40
COPY ./regtests/setup.sh /home/spark/polaris/regtests/setup.sh
41
COPY ./regtests/pyspark-setup.sh /home/spark/polaris/regtests/pyspark-setup.sh
42
COPY ./client/python /home/spark/polaris/client/python
43
-COPY ./regtests/polaris-reg-test /home/spark/polaris/polaris
+COPY ./polaris /home/spark/polaris/polaris
44
COPY ./regtests/requirements.txt /tmp/
45
46
RUN python3 -m venv /home/spark/polaris/polaris-venv && \
regtests/polaris-reg-test
0 commit comments